[issue22807] uuid.uuid1() should use uuid_generate_time_safe() if available

Barry A. Warsaw report at bugs.python.org
Thu Feb 16 10:45:10 EST 2017


Barry A. Warsaw added the comment:

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).

----------
versions:  -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22807>
_______________________________________


More information about the Python-bugs-list mailing list