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, Romme, amaury.forgeotdarc, eric.araujo, ezio.melotti, flox, kristjan.jonsson, pitrou, vstinner
Date 2010-09-29.16:42:21
SpamBayes Score 7.328935e-05
Marked as misclassified No
Message-id <1285778542.93.0.927042472851.issue9425@psf.upfronthosting.co.za>
In-reply-to
Content
r85115 closes #9630: an important patch for #9425, redecode all filenames when setting the filesystem encoding.

Next tasks (maybe not in this order):
 - merge getpath.c
 - redecode argv[0] used by PySys_SetArgvEx() to feed sys.path (encode argv[0] with the locale encoding and then decode it using the filesystem encoding): it is required if PYTHONFSENCODING environment variable is used
 - merge import.c (in small patchs if it's possible)
 - and other things that I forgot
History
Date User Action Args
2010-09-29 16:42:23vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, kristjan.jonsson, ezio.melotti, eric.araujo, Arfrever, flox, Romme
2010-09-29 16:42:22vstinnersetmessageid: <1285778542.93.0.927042472851.issue9425@psf.upfronthosting.co.za>
2010-09-29 16:42:21vstinnerlinkissue9425 messages
2010-09-29 16:42:21vstinnercreate