summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-03-09 10:49:59 (GMT)
committerNed Deily <nad@acm.org>2011-03-09 10:49:59 (GMT)
commit33cb5c9017df9f0aeb52b90cc8cd7ee37dd5f136 (patch)
treefb2396bd6695b327cde8f61c893aa8b2a75b9a32 /Misc
parentdf309939e5c0565ca75e6d86db8e73208d4e4771 (diff)
parent2d12f96658db7f1257ac8e15908ce0a8ac96f735 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 41c5edc..9d6ed3a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.