| commit | 716692ff13ac13278da4eb078b2b1e46eaf4aab1 | [log] [tgz] |
|---|---|---|
| author | Neal Norwitz <nnorwitz@gmail.com> | Tue Sep 05 02:33:44 2006 +0000 |
| committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Sep 05 02:33:44 2006 +0000 |
| tree | 8fd6c0e02c6bdc0b88095dc1f2eaaf0f3ed5fb8c | |
| parent | 7ae5f294658caaf4de4afabbc779317cca0217da [diff] [blame] |
Backport fix from 51683.
diff --git a/Misc/NEWS b/Misc/NEWS index d7a118b..76c4eed 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Extension Modules ----------------- +- Bug #1548092: fix curses.tparm seg fault on invalid input. + - Bug #1550714: fix SystemError from itertools.tee on negative value for n.