]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
this wasn't on the branch. mea culpa
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 5 Dec 2003 04:34:04 +0000 (04:34 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 5 Dec 2003 04:34:04 +0000 (04:34 +0000)
Misc/NEWS

index 9ebaebc0d789a2503475365c743165d4b1b45da2..f89ff9759b8643eea1d617b1ec71f15baf2d177b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
 What's New in Python 2.3.3c1?
-===================================
+=============================
 
 *Release date: 05-Dec-2003*
 
@@ -68,10 +68,6 @@ Extension modules
 
 - Bug #814613: INET_ADDRSTRLEN fix needed for all compilers on SGI
 
-- 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. See Bug #757624
-
 Library
 -------