changeset: 85318:956261a143eb parent: 85315:25e05147d662 parent: 85317:6ec43643c54f user: Christian Heimes date: Thu Aug 22 13:22:46 2013 +0200 files: Misc/NEWS description: Issue #18747: Update Misc/NEWS to reflect the latest changeset. diff -r 25e05147d662 -r 956261a143eb Misc/NEWS --- a/Misc/NEWS Thu Aug 22 13:19:56 2013 +0200 +++ b/Misc/NEWS Thu Aug 22 13:22:46 2013 +0200 @@ -48,7 +48,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