diff options
author | Christian Heimes <christian@cheimes.de> | 2013-08-25 12:19:29 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-08-25 12:19:29 (GMT) |
commit | cfa47962c2cedbdefc86f1f4f3b24ec489f326c8 (patch) | |
tree | ed358677b5d0b64eb593d24728b4c4b85a29b83c /Misc | |
parent | 2769d44827055b9cf1190e6d08dc1625fef65e3c (diff) | |
parent | 61636e7105bac4753f6796834b899ad30aeee492 (diff) | |
download | cpython-cfa47962c2cedbdefc86f1f4f3b24ec489f326c8.zip cpython-cfa47962c2cedbdefc86f1f4f3b24ec489f326c8.tar.gz cpython-cfa47962c2cedbdefc86f1f4f3b24ec489f326c8.tar.bz2 |
Issue #18747: Fix spelling errors in my commit message and comments,
thanks to Vajrasky Kok for proof-reading.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ Library in the tkinter module. - Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. - A pthread_atfork() parent handler is used to seeded the PRNG with pid, time + A pthread_atfork() parent handler is used to seed the PRNG with pid, time and some stack data. - Issue #8865: Concurrent invocation of select.poll.poll() now raises a |