[issue9951] introduce bytes.hex method

Serhiy Storchaka report at bugs.python.org
Sun Jul 14 10:50:41 CEST 2013


Serhiy Storchaka added the comment:

There are several ways to do this: base64.b16encode, binascii.a2b_hex, hex(int.from_bytes(...)), etc. Why you need yet one?

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9951>
_______________________________________


More information about the Python-bugs-list mailing list