diff options
author | Ned Deily <nad@acm.org> | 2011-03-09 10:36:51 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-03-09 10:36:51 (GMT) |
commit | d2853180dfd905d07aa07d6f95cc4736d5363f22 (patch) | |
tree | 434c1387384304e6df6ff38780e8c830ffcf9650 /Misc | |
parent | c8ab6eeb01ef01d8a630cbf177b06cece326be54 (diff) | |
download | cpython-d2853180dfd905d07aa07d6f95cc4736d5363f22.zip cpython-d2853180dfd905d07aa07d6f95cc4736d5363f22.tar.gz cpython-d2853180dfd905d07aa07d6f95cc4736d5363f22.tar.bz2 |
Issue #5622: Fix curses.wrapper to raise correct exception if curses
initialization fails.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ Core and Builtins 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. |