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 Arfrever, hynek, serhiy.storchaka, tarek, vstinner
Date 2013-06-23.07:41:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371973284.28.0.784373606805.issue18283@psf.upfronthosting.co.za>
In-reply-to
Content
What about bytearrays and other byte-like objects?

However I'm not sure this enhancement is worth to be accepted. Many other high-level functions in os and shutil modules do not support bytes paths. For shutil.which() there is no backward compatibility with Python 2 which we should support.
History
Date User Action Args
2013-06-23 07:41:24serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, tarek, Arfrever, hynek
2013-06-23 07:41:24serhiy.storchakasetmessageid: <1371973284.28.0.784373606805.issue18283@psf.upfronthosting.co.za>
2013-06-23 07:41:24serhiy.storchakalinkissue18283 messages
2013-06-23 07:41:23serhiy.storchakacreate