[issue38619] [Doc] UUID.hex is lowercase

Felipe report at bugs.python.org
Mon Oct 28 11:50:18 EDT 2019


New submission from Felipe <felipe.nospam.ochoa at gmail.com>:

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?

----------
assignee: docs at python
components: Documentation, Library (Lib)
messages: 355553
nosy: docs at python, fov
priority: normal
severity: normal
status: open
title: [Doc] UUID.hex is lowercase
type: enhancement
versions: Python 3.9

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


More information about the Python-bugs-list mailing list