summaryrefslogtreecommitdiff
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-02 18:26:31 -0400
committerR David Murray <rdmurray@bitdance.com>2012-10-02 18:26:31 -0400
commit8155ff4dc0d5194aa491b217e722eb23d2f85331 (patch)
tree457c53ea2186e2983bc213c2340d44ff318d3c16 /Misc/HISTORY
parent3ffd29b6153aa24ccb943ca92373eb5785118ef8 (diff)
parent3430fb803ed10ae99c038eba1a25a0fe42314a9d (diff)
downloadcpython-git-8155ff4dc0d5194aa491b217e722eb23d2f85331.tar.gz
More whatsnew updates.
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r--Misc/HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 56507a4039..c5149be525 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -3035,7 +3035,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.