]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
note new sre algorithm
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 4 Nov 2003 14:38:51 +0000 (14:38 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 4 Nov 2003 14:38:51 +0000 (14:38 +0000)
Misc/NEWS

index 101dc0a8428e7025de2169dc813974a6a1727904..0c1585fe4a2ff29531c8b1d1661bad45483403ba 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,10 @@ 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.
+
 Library
 -------
 
@@ -42,9 +46,11 @@ Library
 
 - Bug #780461: platform.mac_ver() raised MacOSError exception under OS X.
 
-- Bug #812202:  random.randrange() returned only even numbers
+- Bug #812202: random.randrange() returned only even numbers
   for range lengths above 2**53.
 
+- Bug #823328: urllib2's HTTP Digest Auth support works again.
+
 What's New in Python 2.3.2 (final)?
 ===================================