commit | d66e94d0e6681345c6b203e7e6bd56e5a82ceb82 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Feb 04 22:00:35 2008 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Feb 04 22:00:35 2008 +0000 |
tree | 0320f535ba602d5c44aa83469c0ad442dfc5b21e | |
parent | 912ba54394107b16865501e8f02f424accc2da80 [diff] [blame] |
Backport r59862 (issue #712900): make long regexp matches interruptable by signals.
diff --git a/Misc/NEWS b/Misc/NEWS index 5f28bd3..5cd8e4a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -212,6 +212,8 @@ Extension Modules ----------------- +- Backport r59862 (issue #712900): make long regexp matches interruptable. + - #1940: make it possible to use curses.filter() before curses.initscr() as the documentation says.