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 amaury.forgeotdarc, asvetlov, docs@python, serhiy.storchaka, techtonik
Date 2012-12-19.16:52:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355935925.26.0.622495427888.issue16724@psf.upfronthosting.co.za>
In-reply-to
Content
> If hexlify is not accepting anything except bytes, it is better be explicit.

However hexlify is accepting something except bytes. It is accepting any object which supports buffer protocol.
History
Date User Action Args
2012-12-19 16:52:05serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, techtonik, asvetlov, docs@python
2012-12-19 16:52:05serhiy.storchakasetmessageid: <1355935925.26.0.622495427888.issue16724@psf.upfronthosting.co.za>
2012-12-19 16:52:05serhiy.storchakalinkissue16724 messages
2012-12-19 16:52:04serhiy.storchakacreate