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 barry
Recipients alex, barry, vila, vstinner
Date 2017-02-16.15:45:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487259910.63.0.733985998996.issue22807@psf.upfronthosting.co.za>
In-reply-to
Content
I changed my mind on whether this should affect older versions of Python.  I have a branch which adds an UUID.is_safe attribute that relays the platform information about whether the UUID was generated safely or not, if available.  It's an enum named SafeUUID with values .safe, .unsafe, .unknown (the default).
History
Date User Action Args
2017-02-16 15:45:10barrysetrecipients: + barry, vstinner, vila, alex
2017-02-16 15:45:10barrysetmessageid: <1487259910.63.0.733985998996.issue22807@psf.upfronthosting.co.za>
2017-02-16 15:45:10barrylinkissue22807 messages
2017-02-16 15:45:10barrycreate