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 vstinner
Recipients docs@python, vstinner
Date 2018-05-24.21:08:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527196125.95.0.682650639539.issue33640@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-24 21:08:45vstinnersetrecipients: + vstinner, docs@python
2018-05-24 21:08:45vstinnersetmessageid: <1527196125.95.0.682650639539.issue33640@psf.upfronthosting.co.za>
2018-05-24 21:08:45vstinnerlinkissue33640 messages
2018-05-24 21:08:45vstinnercreate