diff options
author | Guido van Rossum <guido@python.org> | 1997-12-02 19:44:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-02 19:44:54 (GMT) |
commit | 2888a12eedaa99e94aa08cc47fa1e583eb468fa1 (patch) | |
tree | 1f7e3f7999452e36c0cf32fca7f62a284b928b66 /Misc/NEWS | |
parent | b7f454d1196c7146030d6c5ccd9b084a8168b7ba (diff) | |
download | cpython-2888a12eedaa99e94aa08cc47fa1e583eb468fa1.zip cpython-2888a12eedaa99e94aa08cc47fa1e583eb468fa1.tar.gz cpython-2888a12eedaa99e94aa08cc47fa1e583eb468fa1.tar.bz2 |
Add attributions to Jeffrey Ollie and Tim Peters for re.py.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. |