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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, flox, jafo, r_mosaic, vstinner
Date 2010-03-25.08:17:02
SpamBayes Score 0.01362923
Marked as misclassified No
Message-id <1269505023.83.0.733779186851.issue6543@psf.upfronthosting.co.za>
In-reply-to
Content
Storing unicode in c_filename would not solve the problem: "surrogateescape" characters are not printable.
There is no need to support non-decodable filenames in the import mechanism.
History
Date User Action Args
2010-03-25 08:17:04amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, jafo, vstinner, r_mosaic, flox
2010-03-25 08:17:03amaury.forgeotdarcsetmessageid: <1269505023.83.0.733779186851.issue6543@psf.upfronthosting.co.za>
2010-03-25 08:17:02amaury.forgeotdarclinkissue6543 messages
2010-03-25 08:17:02amaury.forgeotdarccreate