remove extra letter
This commit is contained in:
parent
ce30237493
commit
49d77fd58a
|
@ -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
|
||||
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
|
||||
Gaynor in :issue:`21305`.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue