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, christian.heimes, gvanrossum, loewis, nnorwitz, pitrou, rasky
Date 2008-06-10.20:04:44
SpamBayes Score 0.21865703
Marked as misclassified No
Message-id <1213128289.73.0.835851025337.issue1342@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a quick fix, that decodes filenames using 
Py_FileSystemDefaultEncoding, to let the release pass.

I am still working on a version that keep PyObjects* as long as
possible, but it will be a major change.
History
Date User Action Args
2008-06-10 20:04:51amaury.forgeotdarcsetspambayes_score: 0.218657 -> 0.21865703
recipients: + amaury.forgeotdarc, gvanrossum, loewis, nnorwitz, pitrou, christian.heimes, rasky
2008-06-10 20:04:49amaury.forgeotdarcsetspambayes_score: 0.218657 -> 0.218657
messageid: <1213128289.73.0.835851025337.issue1342@psf.upfronthosting.co.za>
2008-06-10 20:04:47amaury.forgeotdarclinkissue1342 messages
2008-06-10 20:04:47amaury.forgeotdarccreate