summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-22 13:22:37 +0200
committerChristian Heimes <christian@cheimes.de>2013-08-22 13:22:37 +0200
commit1852b30c50775a2cf36476e12e06e017d076427f (patch)
treecf4013e1a80d25b10474a88b128bc61aa7371688
parent80c5de93f99f348553346f15a697c1acc0b9c612 (diff)
downloadcpython-git-1852b30c50775a2cf36476e12e06e017d076427f.tar.gz
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 8e74408e56..4420c3cbe9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,7 +73,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