From: Anthony Baxter Date: Tue, 4 Nov 2003 14:40:39 +0000 (+0000) Subject: include bug number X-Git-Tag: v2.3.3c1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a98d8de8b503b152b48961868b2573233cdc8c82;p=thirdparty%2FPython%2Fcpython.git include bug number --- diff --git a/Misc/NEWS b/Misc/NEWS index 0c1585fe4a2f..be3e7f07ee26 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -35,7 +35,7 @@ Extension modules - The sre module (which underlies the re module) now uses a non-recursive algorithm for matching. A bunch of ugly REs that used to fail with a - RuntimeError will now work. + RuntimeError will now work. See Bug #757624 Library -------