diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-02 22:26:31 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-02 22:26:31 (GMT) |
commit | 8155ff4dc0d5194aa491b217e722eb23d2f85331 (patch) | |
tree | 457c53ea2186e2983bc213c2340d44ff318d3c16 /Misc/HISTORY | |
parent | 3ffd29b6153aa24ccb943ca92373eb5785118ef8 (diff) | |
parent | 3430fb803ed10ae99c038eba1a25a0fe42314a9d (diff) | |
download | cpython-8155ff4dc0d5194aa491b217e722eb23d2f85331.zip cpython-8155ff4dc0d5194aa491b217e722eb23d2f85331.tar.gz cpython-8155ff4dc0d5194aa491b217e722eb23d2f85331.tar.bz2 |
More whatsnew updates.
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r-- | Misc/HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 56507a4..c5149be 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. |