[issue33640] uuid: endian of the bytes argument is not documented

2018-05-24 Thread STINNER Victor
STINNER Victor added the comment: At least, the UUID.bytes *attribute* is documented as using big endian: https://docs.python.org/dev/library/uuid.html#uuid.UUID.bytes -- ___ Python tracker __

[issue33640] uuid: endian of the bytes argument is not documented

2018-05-24 Thread STINNER Victor
New submission from STINNER Victor : 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.