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 fov
Recipients docs@python, fov
Date 2019-10-28.15:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572277818.51.0.346216542748.issue38619@roundup.psfhosted.org>
In-reply-to
Content
The hex property of `UUID` is implemented as `'%032x' % self.int`

Is it specified that this will always be lowercase? If so, can we add a note to the documentation indicating so?
History
Date User Action Args
2019-10-28 15:50:18fovsetrecipients: + fov, docs@python
2019-10-28 15:50:18fovsetmessageid: <1572277818.51.0.346216542748.issue38619@roundup.psfhosted.org>
2019-10-28 15:50:18fovlinkissue38619 messages
2019-10-28 15:50:18fovcreate