This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, fov, serhiy.storchaka
Date 2019-10-28.15:58:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572278289.87.0.386584277102.issue38619@roundup.psfhosted.org>
In-reply-to
Content
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().
History
Date User Action Args
2019-10-28 15:58:09serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, fov
2019-10-28 15:58:09serhiy.storchakasetmessageid: <1572278289.87.0.386584277102.issue38619@roundup.psfhosted.org>
2019-10-28 15:58:09serhiy.storchakalinkissue38619 messages
2019-10-28 15:58:09serhiy.storchakacreate