Message267962
| Author | vstinner |
|---|---|
| Recipients | Theodore Tso, dstufft, larry, ncoghlan, vstinner |
| Date | 2016-06-09.05:48:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAMpsgwbtLV85EE8-L3ozvs=qj_Xa8Uy8a7+XHWYZnoZwzo=RWA@mail.gmail.com> |
| In-reply-to | <1465437016.02.0.615317821805.issue27266@psf.upfronthosting.co.za> |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |