diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-10-19 03:40:19 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-10-19 03:40:19 (GMT) |
commit | cb4414366ba2c94ac7e402b2e04d5ea9bc441474 (patch) | |
tree | 36e26d7ae830dfa41664d19bce9cb910d1d73d77 /Misc | |
parent | 1c486099adb1ec399430971c9215918f3db56d31 (diff) | |
download | cpython-cb4414366ba2c94ac7e402b2e04d5ea9bc441474.zip cpython-cb4414366ba2c94ac7e402b2e04d5ea9bc441474.tar.gz cpython-cb4414366ba2c94ac7e402b2e04d5ea9bc441474.tar.bz2 |
Add entry for RAND_xxx() functions in socket module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -70,6 +70,11 @@ Extension modules second parameter to decompress() that specifies the maximum amount 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 - doctest now excludes functions and classes not defined by the module |