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 eric.araujo, mark.dickinson, martin.panter, ncoghlan, rhettinger, serhiy.storchaka, terry.reedy, wiggin15
Date 2013-07-14.08:50:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373791841.5.0.619389361326.issue9951@psf.upfronthosting.co.za>
In-reply-to
Content
There are several ways to do this: base64.b16encode, binascii.a2b_hex, hex(int.from_bytes(...)), etc. Why you need yet one?
History
Date User Action Args
2013-07-14 08:50:41serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, mark.dickinson, ncoghlan, eric.araujo, wiggin15, martin.panter
2013-07-14 08:50:41serhiy.storchakasetmessageid: <1373791841.5.0.619389361326.issue9951@psf.upfronthosting.co.za>
2013-07-14 08:50:41serhiy.storchakalinkissue9951 messages
2013-07-14 08:50:41serhiy.storchakacreate