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 jgoerzen, serhiy.storchaka
Date 2019-11-23.07:28:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574494115.21.0.24340032699.issue38864@roundup.psfhosted.org>
In-reply-to
Content
Low level functions inthe os module support both str and bytes paths (they support also path-like objects and often support open file descriptors). But high level functions support only str and maybe path-like objects. Use os.fsdecode if you need to convert  bytes path to str.
History
Date User Action Args
2019-11-23 07:28:35serhiy.storchakasetrecipients: + serhiy.storchaka, jgoerzen
2019-11-23 07:28:35serhiy.storchakasetmessageid: <1574494115.21.0.24340032699.issue38864@roundup.psfhosted.org>
2019-11-23 07:28:35serhiy.storchakalinkissue38864 messages
2019-11-23 07:28:35serhiy.storchakacreate