mirror of
https://github.com/python/cpython.git
synced 2025-10-01 21:02:15 +00:00
Add entry for RAND_xxx() functions in socket module.
This commit is contained in:
parent
1c486099ad
commit
cb4414366b
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ Extension modules
|
||||||
second parameter to decompress() that specifies the maximum amount
|
second parameter to decompress() that specifies the maximum amount
|
||||||
of memory to use for the uncompressed data.
|
of memory to use for the uncompressed data.
|
||||||
|
|
||||||
|
- optional SSL support in the socket module now exports OpenSSL
|
||||||
|
functions RAND_add(), RAND_egd(), and RAND_status(). These calls
|
||||||
|
are useful on platforms like Solaris where OpenSSL does not
|
||||||
|
automatically seed its PRNG.
|
||||||
|
|
||||||
Library
|
Library
|
||||||
|
|
||||||
- doctest now excludes functions and classes not defined by the module
|
- doctest now excludes functions and classes not defined by the module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue