Message267962
IHMO we only need two functions. os.urandom() is now documented as the
reference for security. So we need a new function. I proposed a new
urandom() parameter, but a new function without parameter would also be ok.
If os.getrandom() is directly a binding of Linux/Solaris getrandom(), I
will not use it since it would not be portable. |
|
Date |
User |
Action |
Args |
2016-06-09 05:48:09 | vstinner | set | recipients:
+ vstinner, ncoghlan, larry, dstufft, Theodore Tso |
2016-06-09 05:48:09 | vstinner | link | issue27266 messages |
2016-06-09 05:48:09 | vstinner | create | |
|