commit | 9d4836e7319c2d32a2cec68a815858db4d5cbd04 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Wed Mar 09 02:31:55 2011 -0800 |
committer | Ned Deily <nad@acm.org> | Wed Mar 09 02:31:55 2011 -0800 |
tree | 475f66e81b0031767966453cce72384aed1592bc | |
parent | ee145ecc5fdcbb23152407fc76dac8f6aa886c3f [diff] [blame] |
Issue #5622: Fix curses.wrapper to raise correct exception if curses initialization fails.
diff --git a/Misc/NEWS b/Misc/NEWS index d562026..10f7d6b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Library ------- +- Issue #5622: Fix curses.wrapper to raise correct exception if curses + initialization fails. + - 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.