[Python-checkins] cpython (2.7): Issue #18747: Update Misc/NEWS to reflect the latest changeset.
christian.heimes
python-checkins at python.org
Thu Aug 22 13:24:20 CEST 2013
http://hg.python.org/cpython/rev/14490ced507e
changeset: 85319:14490ced507e
branch: 2.7
parent: 85316:d542f905081a
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
@@ -39,7 +39,7 @@
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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list