summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-22 11:22:37 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-22 11:22:37 (GMT)
commitac6416424bc425faa346e3cd29b94f4fc6c5b8a3 (patch)
tree2254367e440ac36feeaf77ed3350627287152bfc
parent1d0f73d20f5368e7c27eb10026ed9af27dbda186 (diff)
downloadcpython-ac6416424bc425faa346e3cd29b94f4fc6c5b8a3.zip
cpython-ac6416424bc425faa346e3cd29b94f4fc6c5b8a3.tar.gz
cpython-ac6416424bc425faa346e3cd29b94f4fc6c5b8a3.tar.bz2
Issue #18747: Update Misc/NEWS to reflect the latest changeset.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 318a974..12ad047 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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