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 amaury.forgeotdarc, benjamin.peterson, georg.brandl, gvanrossum, jmillikin, lemburg
Date 2008-04-08.16:45:36
SpamBayes Score 0.07319972
Marked as misclassified No
Message-id <1207673137.98.0.586877225196.issue2541@psf.upfronthosting.co.za>
In-reply-to
Content
You can't change the codec - it's being used in other places as well,
e.g. for use cases where you need to have a 7-bit encoded readable
version of a Unicode object.

Adding a new codec would be fine, though I don't know how this would map
raw Unicode strings with non-ASCII characters in them to an 8-bit
string. Perhaps this is not needed at all in Py3k.
History
Date User Action Args
2008-04-08 20:01:17lemburgunlinkissue2541 messages
2008-04-08 16:45:38lemburgsetspambayes_score: 0.0731997 -> 0.07319972
recipients: + lemburg, gvanrossum, georg.brandl, amaury.forgeotdarc, benjamin.peterson, jmillikin
2008-04-08 16:45:38lemburgsetspambayes_score: 0.0731997 -> 0.0731997
messageid: <1207673137.98.0.586877225196.issue2541@psf.upfronthosting.co.za>
2008-04-08 16:45:37lemburglinkissue2541 messages
2008-04-08 16:45:36lemburgcreate