diff options
author | Ned Deily <nad@acm.org> | 2011-03-09 10:49:59 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-03-09 10:49:59 (GMT) |
commit | 33cb5c9017df9f0aeb52b90cc8cd7ee37dd5f136 (patch) | |
tree | fb2396bd6695b327cde8f61c893aa8b2a75b9a32 /Misc | |
parent | df309939e5c0565ca75e6d86db8e73208d4e4771 (diff) | |
parent | 2d12f96658db7f1257ac8e15908ce0a8ac96f735 (diff) | |
download | cpython-33cb5c9017df9f0aeb52b90cc8cd7ee37dd5f136.zip cpython-33cb5c9017df9f0aeb52b90cc8cd7ee37dd5f136.tar.gz cpython-33cb5c9017df9f0aeb52b90cc8cd7ee37dd5f136.tar.bz2 |
Issue #5622: merge fix from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ Core and Builtins Library ------- +- Issue #5622: Fix curses.wrapper to raise correct exception if curses + initialization fails. + - Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when really necessary. Patch by Charles-François Natali. |