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 steve.dower
Recipients Steffen Kampmann, jaraco, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-12-20.20:39:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482266394.95.0.409715400077.issue24672@psf.upfronthosting.co.za>
In-reply-to
Content
Lib/posixpath.py needs a huge amount of work to behave correctly for either bytes or Unicode paths. I don't know why Lib/ntpath.py is okay here, but the code is different so I suspect it just happens to not need the same conversion.

Switching for each platform is probably the only way, unless you find someone willing to go through and make Unicode paths viable on Python 2.7 (this came up earlier today on one of the lists).
History
Date User Action Args
2016-12-20 20:39:54steve.dowersetrecipients: + steve.dower, paul.moore, jaraco, vstinner, tim.golden, zach.ware, serhiy.storchaka, Steffen Kampmann
2016-12-20 20:39:54steve.dowersetmessageid: <1482266394.95.0.409715400077.issue24672@psf.upfronthosting.co.za>
2016-12-20 20:39:54steve.dowerlinkissue24672 messages
2016-12-20 20:39:54steve.dowercreate