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, amaury.forgeotdarc, ezio.melotti, vstinner
Date 2013-08-26.20:38:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377549514.53.0.887032841648.issue17588@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:38:34vstinnersetrecipients: + vstinner, amaury.forgeotdarc, ezio.melotti, Drekin
2013-08-26 20:38:34vstinnersetmessageid: <1377549514.53.0.887032841648.issue17588@psf.upfronthosting.co.za>
2013-08-26 20:38:34vstinnerlinkissue17588 messages
2013-08-26 20:38:34vstinnercreate