From: Christian Heimes Date: Thu, 22 Aug 2013 11:22:37 +0000 (+0200) Subject: Issue #18747: Update Misc/NEWS to reflect the latest changeset. X-Git-Tag: v2.7.6rc1~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac6416424bc425faa346e3cd29b94f4fc6c5b8a3;p=thirdparty%2FPython%2Fcpython.git Issue #18747: Update Misc/NEWS to reflect the latest changeset. --- diff --git a/Misc/NEWS b/Misc/NEWS index 318a97448221..12ad04739be7 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