mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
remove extra letter
This commit is contained in:
parent
ce30237493
commit
49d77fd58a
1 changed files with 1 additions and 1 deletions
|
@ -2572,7 +2572,7 @@ with the first of those changes appearing in the Python 2.7.7 release.
|
||||||
certificate store, the :class:`~ssl.SSLContext` class, and other
|
certificate store, the :class:`~ssl.SSLContext` class, and other
|
||||||
features. (Contributed by Alex Gaynor and David Reid in :issue:`21308`.)
|
features. (Contributed by Alex Gaynor and David Reid in :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
|
instead of reopening ``/dev/urandom`` on every call. (Contributed by Alex
|
||||||
Gaynor in :issue:`21305`.)
|
Gaynor in :issue:`21305`.)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue