diff options
author | Christian Heimes <christian@cheimes.de> | 2013-08-22 11:22:37 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-08-22 11:22:37 (GMT) |
commit | ac6416424bc425faa346e3cd29b94f4fc6c5b8a3 (patch) | |
tree | 2254367e440ac36feeaf77ed3350627287152bfc | |
parent | 1d0f73d20f5368e7c27eb10026ed9af27dbda186 (diff) | |
download | cpython-ac6416424bc425faa346e3cd29b94f4fc6c5b8a3.zip cpython-ac6416424bc425faa346e3cd29b94f4fc6c5b8a3.tar.gz cpython-ac6416424bc425faa346e3cd29b94f4fc6c5b8a3.tar.bz2 |
Issue #18747: Update Misc/NEWS to reflect the latest changeset.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ Library module will be called in a deterministic order. - Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. - A pthread_atfork() child handler is used to seeded the PRNG with pid, time + A pthread_atfork() parent handler is used to seeded the PRNG with pid, time and some stack data. - Issue #8865: Concurrent invocation of select.poll.poll() now raises a |