diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-08-28 16:30:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-08-28 16:30:00 (GMT) |
commit | 57057a6624e1b12beb61eb2f817f9de95bb7d47a (patch) | |
tree | 2029c7946952e9f0eace8f7d730f5d265d0c1bf9 /Misc | |
parent | 0062d1e7f42b3036aa02701c723ff63d1d3d6028 (diff) | |
download | cpython-57057a6624e1b12beb61eb2f817f9de95bb7d47a.zip cpython-57057a6624e1b12beb61eb2f817f9de95bb7d47a.tar.gz cpython-57057a6624e1b12beb61eb2f817f9de95bb7d47a.tar.bz2 |
PEP 466: backport persistent urandom fd (closes #21305)
Patch from Alex Gaynor.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ Core and Builtins Library ------- +- Issue #21305: os.urandom now caches a fd to /dev/urandom. This is a PEP 466 + backport from Python 3. + - Issue #21307: As part of PEP 466, backport hashlib.algorithms_guaranteed and hashlib.algorithms_available. |