From 1852b30c50775a2cf36476e12e06e017d076427f Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 22 Aug 2013 13:22:37 +0200 Subject: Issue #18747: Update Misc/NEWS to reflect the latest changeset. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 8e74408..4420c3c 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 -- cgit v0.12