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 ideasman42, vstinner
Date 2010-09-09.12:49:26
SpamBayes Score 8.266566e-05
Marked as misclassified No
Message-id <1284036568.5.0.345777716477.issue9713@psf.upfronthosting.co.za>
In-reply-to
Content
#6543 changed the encoding of the filename argument of PyRun_SimpleFileExFlags() (and all functions based on PyRun_SimpleFileExFlags) and c_filename attribute of the compiler (private) structure in Python 3.1.3: use utf-8 in strict mode instead of filesystem encoding with surrogateescape.
History
Date User Action Args
2010-09-09 12:49:28vstinnersetrecipients: + vstinner, ideasman42
2010-09-09 12:49:28vstinnersetmessageid: <1284036568.5.0.345777716477.issue9713@psf.upfronthosting.co.za>
2010-09-09 12:49:26vstinnerlinkissue9713 messages
2010-09-09 12:49:26vstinnercreate