[issue15206] uuid module falls back to unsuitable RNG

Nick Coghlan report at bugs.python.org
Wed Sep 7 00:21:18 EDT 2016


Nick Coghlan added the comment:

Given the introduction of the secrets module in 3.6, perhaps uuid could be updated to fall back to that rather than to the random module and leave older versions unmodified?

----------
nosy: +ncoghlan
versions: +Python 3.6 -Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list