[issue27778] PEP 524: Add os.getrandom()

Nick Coghlan report at bugs.python.org
Thu Aug 18 08:27:32 EDT 2016


Nick Coghlan added the comment:

Given docs (with the Linux-only platform support disclaimer), +1 for this as an initial implementation.

Providing it on Solaris as well can be a separate patch, but it's less important there (since /dev/urandom and os.urandom() are already blocking APIs)

----------
nosy: +ncoghlan

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


More information about the Python-bugs-list mailing list