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 Arfrever, eric.araujo, lemburg, pitrou, vstinner
Date 2010-09-07.23:27:03
SpamBayes Score 5.4979234e-09
Marked as misclassified No
Message-id <1283902025.8.0.929911534367.issue9632@psf.upfronthosting.co.za>
In-reply-to
Content
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 :-)
History
Date User Action Args
2010-09-07 23:27:06vstinnersetrecipients: + vstinner, lemburg, pitrou, eric.araujo, Arfrever
2010-09-07 23:27:05vstinnersetmessageid: <1283902025.8.0.929911534367.issue9632@psf.upfronthosting.co.za>
2010-09-07 23:27:03vstinnerlinkissue9632 messages
2010-09-07 23:27:03vstinnercreate