]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
include bug number
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 4 Nov 2003 14:40:39 +0000 (14:40 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 4 Nov 2003 14:40:39 +0000 (14:40 +0000)
Misc/NEWS

index 0c1585fe4a2ff29531c8b1d1661bad45483403ba..be3e7f07ee26f2ff9d4444f99098e534507218b0 100644 (file)
--- 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
 -------