diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-19 21:29:08 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-19 21:29:08 (GMT) |
commit | 175b1a7b3e8c95d4e12d28350d27b3b98e891bc4 (patch) | |
tree | 79a8c5240b35cf43ecda22076e36fcf10c6fa1ab /Doc/whatsnew | |
parent | b332f2a7005a5793f37c5124466aeecaf02baad8 (diff) | |
download | cpython-175b1a7b3e8c95d4e12d28350d27b3b98e891bc4.zip cpython-175b1a7b3e8c95d4e12d28350d27b3b98e891bc4.tar.gz cpython-175b1a7b3e8c95d4e12d28350d27b3b98e891bc4.tar.bz2 |
remove extra letter
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 6d93dd0..4f07c93 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -2570,7 +2570,7 @@ with the first of those changes appearing in the Python 2.7.7 release. certificate store, the :class:`~ssl.SSLContext` class, and other features. (Contributed by Alex Gaynor and David Reid; :issue:`21308`.) -* :func:`os.urandomn` was changed to cache a file descriptor to ``/dev/urandom`` +* :func:`os.urandom` was changed to cache a file descriptor to ``/dev/urandom`` instead of reopening ``/dev/urandom`` on every call. (Contributed by Alex Gaynor; :issue:`21305`.) |