changeset: 85317:6ec43643c54f branch: 3.3 parent: 85314:39c9dbed3aa1 user: Christian Heimes date: Thu Aug 22 13:22:37 2013 +0200 files: Misc/NEWS description: Issue #18747: Update Misc/NEWS to reflect the latest changeset. diff -r 39c9dbed3aa1 -r 6ec43643c54f Misc/NEWS --- a/Misc/NEWS Thu Aug 22 13:19:48 2013 +0200 +++ b/Misc/NEWS Thu Aug 22 13:22:37 2013 +0200 @@ -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