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 bear, ilan, jafo, meatballhat, tim.peters, vstinner
Date 2010-07-31.23:06:37
SpamBayes Score 0.000754733
Marked as misclassified No
Message-id <1280617600.16.0.00929235372277.issue1274@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't read all comments, but about bug_3740_1.patch: it's not a good idea to fallback to byte strings. If you have an unicode path, you are lucky, and you have to keep all these nice and correctly formatted characters!

I mean: this patch is just an ugly workaround. You should fix the real bug instead.
History
Date User Action Args
2010-07-31 23:06:40vstinnersetrecipients: + vstinner, tim.peters, jafo, bear, ilan, meatballhat
2010-07-31 23:06:40vstinnersetmessageid: <1280617600.16.0.00929235372277.issue1274@psf.upfronthosting.co.za>
2010-07-31 23:06:38vstinnerlinkissue1274 messages
2010-07-31 23:06:37vstinnercreate