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 alex, arigo, serhiy.storchaka
Date 2017-07-08.17:33:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499535236.7.0.281675351132.issue30879@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch Armin! PR 2634 fixes this inconsistency.

Maybe it is worth to deprecate support of other bytes-like object except bytes. open(), os.fspath() and os.path functions don't support them.
History
Date User Action Args
2017-07-08 17:33:56serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, alex
2017-07-08 17:33:56serhiy.storchakasetmessageid: <1499535236.7.0.281675351132.issue30879@psf.upfronthosting.co.za>
2017-07-08 17:33:56serhiy.storchakalinkissue30879 messages
2017-07-08 17:33:56serhiy.storchakacreate