]> granicus.if.org Git - python/commitdiff
Add attributions to Jeffrey Ollie and Tim Peters for re.py.
authorGuido van Rossum <guido@python.org>
Tue, 2 Dec 1997 19:44:54 +0000 (19:44 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Dec 1997 19:44:54 +0000 (19:44 +0000)
Misc/NEWS

index 738c1ffbd8fd48603184ddec0f6738f4d6579613..6f98becfa77b5999c0cce91e1a53014c0c6d6631 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1200,12 +1200,12 @@ The test suite is now a package -- to run a test, you must now use
 "import test.test_foo".
 
 - A completely new re.py module is provided (thanks to Andrew
-Kuchling) which uses Philip Hazel's "pcre" re compiler and engine.
-For a while, the "old" re.py (which was new in 1.5a3!) will be kept
-around as re1.py.  The "old" regex module and underlying parser and
-engine are still present -- while regex is now officially obsolete, it
-will probably take several major release cycles before it can be
-removed.
+Kuchling, Tim Peters and Jeffrey Ollie) which uses Philip Hazel's
+"pcre" re compiler and engine.  For a while, the "old" re.py (which
+was new in 1.5a3!) will be kept around as re1.py.  The "old" regex
+module and underlying parser and engine are still present -- while
+regex is now officially obsolete, it will probably take several major
+release cycles before it can be removed.
 
 - The posix module now has a strerror() function which translates an
 error code to a string.