Message 121325 - Python tracker
Message121325
| Author | lemburg |
|---|---|
| Recipients | belopolsky, lemburg, loewis, vstinner |
| Date | 2010-11-16.22:54:42 |
| SpamBayes Score | 0.0049937773 |
| Marked as misclassified | No |
| Message-id | <1289948085.02.0.450866318383.issue10435@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Please note that PyCodec_Encode()/PyCodec_Decode() will return whatever the codec returns for these operations. The codec system is not limited to converting between Unicode and bytes only. A typical example is a same-type codec such as rot13 that only transforms Unicode data. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-16 22:54:45 | lemburg | set | recipients: + lemburg, loewis, belopolsky, vstinner |
| 2010-11-16 22:54:45 | lemburg | set | messageid: <1289948085.02.0.450866318383.issue10435@psf.upfronthosting.co.za> |
| 2010-11-16 22:54:42 | lemburg | link | issue10435 messages |
| 2010-11-16 22:54:42 | lemburg | create | |