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

About "embedded Python interpreters or py2exe-style applications": do you mean 
that the application calls a C function to set the encoding before starting the 
interpreter? Or you mean the Python function, sys.setfilesystemencoding()?

I would like to remove the Python function just because it doesn't work (it 
doesn't reencode filenames from all Python objects). But we might keep the C 
function if you really want to :-)

----------

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

Reply via email to