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 techtonik
Recipients amaury.forgeotdarc, asvetlov, docs@python, r.david.murray, serhiy.storchaka, techtonik
Date 2012-12-19.17:10:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355937021.74.0.00983163862873.issue16724@psf.upfronthosting.co.za>
In-reply-to
Content
The fact that array.array, bytearray and memoryview are also accepted is a surprise for me. It will help if Python docs contained a definition of what can be considered 'binary data' and link this term from hexlify description to this definition.
History
Date User Action Args
2012-12-19 17:10:28techtoniksetrecipients: + techtonik, amaury.forgeotdarc, r.david.murray, asvetlov, docs@python, serhiy.storchaka
2012-12-19 17:10:21techtoniksetmessageid: <1355937021.74.0.00983163862873.issue16724@psf.upfronthosting.co.za>
2012-12-19 17:10:20techtoniklinkissue16724 messages
2012-12-19 17:10:17techtonikcreate