This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:45lemburgsetrecipients: + lemburg, loewis, belopolsky, vstinner
2010-11-16 22:54:45lemburgsetmessageid: <1289948085.02.0.450866318383.issue10435@psf.upfronthosting.co.za>
2010-11-16 22:54:42lemburglinkissue10435 messages
2010-11-16 22:54:42lemburgcreate