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 Drekin, terry.reedy, vstinner
Date 2013-08-26.20:39:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377549544.86.0.292945213469.issue13758@psf.upfronthosting.co.za>
In-reply-to
Content
This issue has been fixed in issue #11619 by:

New changeset df2fdd42b375 by Victor Stinner in branch 'default':
Close #11619: The parser and the import machinery do not encode Unicode
http://hg.python.org/cpython/rev/df2fdd42b375

Thanks for the report!

(I don't plan to backport the fix to Python 3.3, it's a huge patch for a rare use case.)
History
Date User Action Args
2013-08-26 20:39:04vstinnersetrecipients: + vstinner, terry.reedy, Drekin
2013-08-26 20:39:04vstinnersetmessageid: <1377549544.86.0.292945213469.issue13758@psf.upfronthosting.co.za>
2013-08-26 20:39:04vstinnerlinkissue13758 messages
2013-08-26 20:39:04vstinnercreate