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 christian.heimes, gvanrossum, lemburg, pitrou
Date 2008-01-22.23:41:31
SpamBayes Score 0.0009774127
Marked as misclassified No
Message-id <1201045292.98.0.251331774539.issue1651@psf.upfronthosting.co.za>
In-reply-to
Content
For Py3k you can get rid of the cached default encoded version of the
Unicode object altogether:

This was only needed to make the Unicode/string auto-coercion mechanism
efficient in Python 2.x. In Py3k, you'll only do such conversions at the
IO-boundaries and explicitly, so caching the converted value is no
longer necessary.
History
Date User Action Args
2008-01-22 23:41:33lemburgsetspambayes_score: 0.000977413 -> 0.0009774127
recipients: + lemburg, gvanrossum, pitrou, christian.heimes
2008-01-22 23:41:33lemburgsetspambayes_score: 0.000977413 -> 0.000977413
messageid: <1201045292.98.0.251331774539.issue1651@psf.upfronthosting.co.za>
2008-01-22 23:41:31lemburglinkissue1651 messages
2008-01-22 23:41:31lemburgcreate