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, benjamin.peterson, ezio.melotti, giampaolo.rodola, serhiy.storchaka, vstinner
Date 2014-01-22.22:24:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390429462.72.0.750599993739.issue18695@psf.upfronthosting.co.za>
In-reply-to
Content
> As far as Victor have doubts, we should ask Benjamin.

Well, if you begin to patch some os functions, we will find much functions which don't support Unicode path.

I prefer to consider that Python 2 doesn't support Unicode filenames to avoid bugs.

If you want to support Unicode filename, we will have to modify a lot of code. What's the point since Python 3 has a very good support of Unicode? Much better than Python 2?
History
Date User Action Args
2014-01-22 22:24:22vstinnersetrecipients: + vstinner, giampaolo.rodola, benjamin.peterson, ezio.melotti, Arfrever, serhiy.storchaka
2014-01-22 22:24:22vstinnersetmessageid: <1390429462.72.0.750599993739.issue18695@psf.upfronthosting.co.za>
2014-01-22 22:24:22vstinnerlinkissue18695 messages
2014-01-22 22:24:22vstinnercreate