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 lukasz.langa
Recipients cryvate, lukasz.langa, vxgmichel
Date 2017-09-01.19:48:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504295303.45.0.654372566019.issue31307@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch. Supporting bytes passed as a path is a reasonable request since the builtin `open()` supports this, too. Go ahead and create a pull request! We only need to modify line 690 to also list `bytes`.
History
Date User Action Args
2017-09-01 19:48:23lukasz.langasetrecipients: + lukasz.langa, vxgmichel, cryvate
2017-09-01 19:48:23lukasz.langasetmessageid: <1504295303.45.0.654372566019.issue31307@psf.upfronthosting.co.za>
2017-09-01 19:48:23lukasz.langalinkissue31307 messages
2017-09-01 19:48:23lukasz.langacreate