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, amaury.forgeotdarc, eric.araujo, ezio.melotti, pitrou, vstinner
Date 2010-08-08.13:29:04
SpamBayes Score 0.010552085
Marked as misclassified No
Message-id <1281274146.99.0.511029286925.issue9425@psf.upfronthosting.co.za>
In-reply-to
Content
nullimporter_unicode.patch: patch NullImporter_init():
 - use GetFileAttributesW() instead of GetFileAttributesA() for the Windows version to be fully Unicode compliant
 - use "O&" format with PyUnicode_FSConverter instead of "es" with Py_FileSystemDefaultEncoding to accept also bytes filenames and support str with surrogates (PEP 383)
History
Date User Action Args
2010-08-08 13:29:07vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, ezio.melotti, eric.araujo, Arfrever
2010-08-08 13:29:06vstinnersetmessageid: <1281274146.99.0.511029286925.issue9425@psf.upfronthosting.co.za>
2010-08-08 13:29:05vstinnerlinkissue9425 messages
2010-08-08 13:29:05vstinnercreate