Serhiy Storchaka <[email protected]> added the comment:
Note that str() for UUIDs already returns the hexadecimal representation, just
with minuses.
I don't see large usability difference between 'uuid={:x}'.format(u) and
'uuid={.hex}'.format(u). And in many case 'uuid={}'.format(u) is appropriate as
well.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35115>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com