From: Benjamin Peterson Date: Fri, 19 Sep 2014 21:29:08 +0000 (-0400) Subject: remove extra letter X-Git-Tag: v2.7.9rc1~221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=175b1a7b3e8c95d4e12d28350d27b3b98e891bc4;p=thirdparty%2FPython%2Fcpython.git remove extra letter --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 6d93dd062e3f..4f07c93c5277 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`.)