commit | cab74c8398cc83cc40feee189425274bc8722ba9 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Feb 12 13:48:06 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Feb 12 13:48:06 2008 +0000 |
tree | 49bedfb5858f36ee866f7cc996666cdb144eb4fc | |
parent | 08303dbd722f379e17682daaaf60ad515e1800fb [diff] [blame] |
Backport of r60743: Patch #1736: Fix file name handling of _msi.FCICreate.
diff --git a/Misc/NEWS b/Misc/NEWS index 0cd7407..ffb1771 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -231,6 +231,8 @@ Extension Modules ----------------- +- Patch #1736: Fix file name handling of _msi.FCICreate. + - Backport r59862 (issue #712900): make long regexp matches interruptable. - #1940: make it possible to use curses.filter() before curses.initscr()