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 ishimoto
Recipients amaury.forgeotdarc, gvanrossum, ishimoto, lemburg
Date 2008-04-17.05:37:50
SpamBayes Score 0.0042921393
Marked as misclassified No
Message-id <1208410672.63.0.18035127743.issue2630@psf.upfronthosting.co.za>
In-reply-to
Content
>  If you do want to have this more flexible, then make the encoding used
>  by unicode_repr() adjustable, turn the existing code into a codec (e.g.
>  "unicode-repr") and leave it setup as default.

Turning code in unicode_repr() into a codec is good idea. I'll write two
codecs(existing repr and new Unicode friendly codec) and post a revised
patch later.
History
Date User Action Args
2008-04-17 05:37:53ishimotosetspambayes_score: 0.00429214 -> 0.0042921393
recipients: + ishimoto, lemburg, gvanrossum, amaury.forgeotdarc
2008-04-17 05:37:52ishimotosetspambayes_score: 0.00429214 -> 0.00429214
messageid: <1208410672.63.0.18035127743.issue2630@psf.upfronthosting.co.za>
2008-04-17 05:37:51ishimotolinkissue2630 messages
2008-04-17 05:37:51ishimotocreate