summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-22 11:22:46 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-22 11:22:46 (GMT)
commit50f6e71fed55ad29bdacca4575391f15f76c950f (patch)
treedd7c34a96e5896465ba622b4f3631831da400252
parentf54c24628b080002100b9ee4506387ac48551736 (diff)
parent1852b30c50775a2cf36476e12e06e017d076427f (diff)
downloadcpython-50f6e71fed55ad29bdacca4575391f15f76c950f.zip
cpython-50f6e71fed55ad29bdacca4575391f15f76c950f.tar.gz
cpython-50f6e71fed55ad29bdacca4575391f15f76c950f.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 9cba1a4..0988f62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,7 +48,7 @@ Library
in the tkinter module.
- 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