[Python-checkins] cpython (3.3): Issue #18747: Update Misc/NEWS to reflect the latest changeset.

christian.heimes python-checkins at python.org
Thu Aug 22 13:24:17 CEST 2013


http://hg.python.org/cpython/rev/6ec43643c54f
changeset:   85317:6ec43643c54f
branch:      3.3
parent:      85314:39c9dbed3aa1
user:        Christian Heimes <christian at cheimes.de>
date:        Thu Aug 22 13:22:37 2013 +0200
summary:
  Issue #18747: Update Misc/NEWS to reflect the latest changeset.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,7 +73,7 @@
   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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list