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-02-22.19:11:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393096306.53.0.141547125904.issue19997@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure imghdr.what() should support bytes path. The open() builtin, most os and os.path functions support string and bytes paths, but many other modules (including pathlib) support only string paths.
History
Date User Action Args
2014-02-22 19:11:46serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, Claudiu.Popa, vajrasky
2014-02-22 19:11:46serhiy.storchakasetmessageid: <1393096306.53.0.141547125904.issue19997@psf.upfronthosting.co.za>
2014-02-22 19:11:46serhiy.storchakalinkissue19997 messages
2014-02-22 19:11:46serhiy.storchakacreate