[issue7028] Add int.hex for symmetry with float.hex

Mark Dickinson report at bugs.python.org
Sat Oct 3 12:22:03 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Rejecting the request to add int.hex.

I've added a note to the hex() docs pointing to float.hex(), in revisions 
r75025 through r75028.

It doesn't really seem worth adding pointers from float.hex and 
float.fromhex back to integer analogues:  it's the float methods that are 
hard to find, not the int methods.

----------
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list