summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-02 22:24:56 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-02 22:24:56 (GMT)
commit3430fb803ed10ae99c038eba1a25a0fe42314a9d (patch)
treea772805481912b770b0ec3976b9cfc7aea69c382 /Misc
parent30a13fb60e87881f665efdaea1950ad4d9ec5b92 (diff)
downloadcpython-3430fb803ed10ae99c038eba1a25a0fe42314a9d.zip
cpython-3430fb803ed10ae99c038eba1a25a0fe42314a9d.tar.gz
cpython-3430fb803ed10ae99c038eba1a25a0fe42314a9d.tar.bz2
More whatsnew updates.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1f9e644..e5ac247 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3147,7 +3147,7 @@ Library
- Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
the garbage collector while the Heap lock is held.
-- Issue #12462: time.sleep() now calls immediatly the (Python) signal handler
+- Issue #12462: time.sleep() now immediately calls the (Python) signal handler
if it is interrupted by a signal, instead of having to wait until the next
instruction.