]> granicus.if.org Git - python/commitdiff
Issue #5622: merge fix from 3.2.
authorNed Deily <nad@acm.org>
Wed, 9 Mar 2011 10:49:59 +0000 (02:49 -0800)
committerNed Deily <nad@acm.org>
Wed, 9 Mar 2011 10:49:59 +0000 (02:49 -0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 41c5edc9077563e1d66d60a66201bd62d5407acc,a071a900e07e1952684b9cd29a2365b9d340f544..9d6ed3a10fd37cc0b01e047d03451dc926e982fa
+++ b/Misc/NEWS
@@@ -55,9 -31,9 +55,12 @@@ Core and Builtin
  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.
 +
  - Issue #11391: Writing to a mmap object created with
    ``mmap.PROT_READ|mmap.PROT_EXEC`` would segfault instead of raising a
    TypeError.  Patch by Charles-François Natali.