From: Anthony Baxter Date: Fri, 5 Dec 2003 04:34:04 +0000 (+0000) Subject: this wasn't on the branch. mea culpa X-Git-Tag: v2.3.3c1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36b5f3cd202dee9004180916052a7bc6fa6c16f3;p=thirdparty%2FPython%2Fcpython.git this wasn't on the branch. mea culpa --- diff --git a/Misc/NEWS b/Misc/NEWS index 9ebaebc0d789..f89ff9759b86 100644 --- 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 -------