HCT added the comment:

would be good if we can specify a optional flag to get all cap hex. currently, 
I have to do hexlify( some_bytes ).decode( 'UTF-8' ).upper(). would be good to 
be able to do some_bytes.hex( upper=1 )

----------
nosy: +hct

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9951>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to