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 <[email protected]>
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: <[email protected]>
2014-08-21 08:29:40serhiy.storchakalinkissue19997 messages
2014-08-21 08:29:39serhiy.storchakacreate