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 serhiy.storchaka
Recipients Claudiu.Popa, pitrou, serhiy.storchaka, vajrasky, vstinner
Date 2014-08-21.08:29:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408609780.03.0.954798927879.issue19997@psf.upfronthosting.co.za>
In-reply-to
Content
See also a discussion at Python-Dev:
http://comments.gmane.org/gmane.comp.python.devel/149048

Looks as there are no need to add bytes path support in such high-level API. In any case you can call os.fsdecode() on path argument.
History
Date User Action Args
2014-08-21 08:29:40serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, Claudiu.Popa, vajrasky
2014-08-21 08:29:40serhiy.storchakasetmessageid: <1408609780.03.0.954798927879.issue19997@psf.upfronthosting.co.za>
2014-08-21 08:29:40serhiy.storchakalinkissue19997 messages
2014-08-21 08:29:39serhiy.storchakacreate