[issue11756] bytes.hex()

David Albert Torpey report at bugs.python.org
Mon Apr 4 00:02:19 CEST 2011


New submission from David Albert Torpey <dtorp at users.sourceforge.net>:

Floats have fromhex() and hex() to round-trip from and to hexadecimal, but bytes only have fromhex(), so it's hard to reliably round-trip.

----------
messages: 132892
nosy: dtorp
priority: normal
severity: normal
status: open
title: bytes.hex()
type: feature request
versions: Python 3.3

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


More information about the Python-bugs-list mailing list