[New-bugs-announce] [issue33640] uuid: endian of the bytes argument is not documented

STINNER Victor report at bugs.python.org
Thu May 24 17:08:45 EDT 2018


New submission from STINNER Victor <vstinner at redhat.com>:

I don't understand what is the endian of the 'bytes' parameter of the uuid.UUID constructor:
https://docs.python.org/dev/library/uuid.html#uuid.UUID

According to examples, it seems like the endian is big endian, but I'm not sure.

Related issue: bpo-32493.

----------
assignee: docs at python
components: Documentation
messages: 317626
nosy: docs at python, vstinner
priority: normal
severity: normal
status: open
title: uuid: endian of the bytes argument is not documented
versions: Python 2.7, Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list