Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce30237 commit 49d77fdCopy full SHA for 49d77fd
1 file changed
Doc/whatsnew/2.7.rst
@@ -2572,7 +2572,7 @@ with the first of those changes appearing in the Python 2.7.7 release.
2572
certificate store, the :class:`~ssl.SSLContext` class, and other
2573
features. (Contributed by Alex Gaynor and David Reid in :issue:`21308`.)
2574
2575
-* :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``
2576
instead of reopening ``/dev/urandom`` on every call. (Contributed by Alex
2577
Gaynor in :issue:`21305`.)
2578
0 commit comments