[issue38619] [Doc] UUID.hex is lowercase

Serhiy Storchaka report at bugs.python.org
Mon Oct 28 11:58:09 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

There are examples which show the hex is lowercase. I do not think a special note is needed. All conversions to hex are lowercase by default.

If you need uppercase, you can use str.upper().

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

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38619>
_______________________________________


More information about the Python-bugs-list mailing list