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.

作者 serhiy.storchaka
收信人 eric.araujo, mark.dickinson, martin.panter, ncoghlan, rhettinger, serhiy.storchaka, terry.reedy, wiggin15
日期 2013-07-14.08:50:41
SpamBayes Score -1.0
Marked as misclassified
Message-id <1373791841.5.0.619389361326.issue9951@psf.upfronthosting.co.za>
In-reply-to
内容
There are several ways to do this: base64.b16encode, binascii.a2b_hex, hex(int.from_bytes(...)), etc. Why you need yet one?
历史
日期 用户 动作 参数
2013-07-14 08:50:41serhiy.storchaka修改recipients: + serhiy.storchaka, rhettinger, terry.reedy, mark.dickinson, ncoghlan, eric.araujo, wiggin15, martin.panter
2013-07-14 08:50:41serhiy.storchaka修改messageid: <1373791841.5.0.619389361326.issue9951@psf.upfronthosting.co.za>
2013-07-14 08:50:41serhiy.storchaka链接issue9951 messages
2013-07-14 08:50:41serhiy.storchaka创建