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 ezio.melotti
Recipients Ringding, belopolsky, dangra, ezio.melotti, lemburg, pitrou, serhiy.storchaka, sjmachin, spatz123, vstinner
Date 2012-05-17.16:55:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337273740.36.0.967710988682.issue8271@psf.upfronthosting.co.za>
In-reply-to
Content
The original bug should be fixed already in 3.3 and there should be tests (unless they got removed/skipped after we changed unicode implementation).
The only issue left was about the number of U+FFFD generated with invalid sequences in some cases.
My last patch has extensive tests for this, so you could try to apply it (or copy the tests) and see if they all pass.  FWIW this should be already fixed on PyPy.
History
Date User Action Args
2012-05-17 16:55:40ezio.melottisetrecipients: + ezio.melotti, lemburg, sjmachin, belopolsky, pitrou, vstinner, Ringding, dangra, spatz123, serhiy.storchaka
2012-05-17 16:55:40ezio.melottisetmessageid: <1337273740.36.0.967710988682.issue8271@psf.upfronthosting.co.za>
2012-05-17 16:55:39ezio.melottilinkissue8271 messages
2012-05-17 16:55:39ezio.melotticreate