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 loewis
Recipients ezio.melotti, flox, jcea, loewis, pitrou, python-dev, vstinner
Date 2011-12-18.19:31:02
SpamBayes Score 0.0009259225
Marked as misclassified No
Message-id <4EEE3F75.30206@v.loewis.de>
In-reply-to <1324157134.42.0.274965985428.issue13624@psf.upfronthosting.co.za>
Content
> Oooh, it's just faster because encoding ASCII to UTF-8 is now O(1)

It's actually still O(n): the UTF-8 data still need to be copied into a
bytes object.
History
Date User Action Args
2011-12-18 19:41:25loewissetrecipients: + loewis, jcea, pitrou, vstinner, ezio.melotti, flox, python-dev
2011-12-18 19:31:02loewislinkissue13624 messages
2011-12-18 19:31:02loewiscreate