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 <[email protected]>
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: <[email protected]>
2014-02-22 19:11:46serhiy.storchakalinkissue19997 messages
2014-02-22 19:11:46serhiy.storchakacreate