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 vstinner
Recipients Nick Barnes, vstinner
Date 2008-11-25.12:38:45
SpamBayes Score 9.357332e-06
Marked as misclassified No
Message-id <1227616726.27.0.20683613969.issue4426@psf.upfronthosting.co.za>
In-reply-to
Content
Can you write some tests to help fixing this issue? Stupid example (I 
don't know UTF-8 encoding):
>>> all((byte.encode("utf-7") == byte) for byte in '<=>[]@')
>>> all((byte.decode("utf-7") == byte) for byte in '<=>[]@')
History
Date User Action Args
2008-11-25 12:38:46vstinnersetrecipients: + vstinner, Nick Barnes
2008-11-25 12:38:46vstinnersetmessageid: <1227616726.27.0.20683613969.issue4426@psf.upfronthosting.co.za>
2008-11-25 12:38:45vstinnerlinkissue4426 messages
2008-11-25 12:38:45vstinnercreate