Issue #18747: Update Misc/NEWS to reflect the latest changeset.

This commit is contained in:
Christian Heimes 2013-08-22 13:22:37 +02:00
parent 80c5de93f9
commit 1852b30c50
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Library
in the tkinter module. in the tkinter module.
- Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. - 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. and some stack data.
- Issue #8865: Concurrent invocation of select.poll.poll() now raises a - Issue #8865: Concurrent invocation of select.poll.poll() now raises a