STINNER Victor <victor.stin...@haypocalc.com> added the comment:

#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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9713>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to