Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2888a12

Browse files
committed
Add attributions to Jeffrey Ollie and Tim Peters for re.py.
1 parent b7f454d commit 2888a12

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Misc/NEWS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,12 +1200,12 @@ The test suite is now a package -- to run a test, you must now use
12001200
"import test.test_foo".
12011201

12021202
- A completely new re.py module is provided (thanks to Andrew
1203-
Kuchling) which uses Philip Hazel's "pcre" re compiler and engine.
1204-
For a while, the "old" re.py (which was new in 1.5a3!) will be kept
1205-
around as re1.py. The "old" regex module and underlying parser and
1206-
engine are still present -- while regex is now officially obsolete, it
1207-
will probably take several major release cycles before it can be
1208-
removed.
1203+
Kuchling, Tim Peters and Jeffrey Ollie) which uses Philip Hazel's
1204+
"pcre" re compiler and engine. For a while, the "old" re.py (which
1205+
was new in 1.5a3!) will be kept around as re1.py. The "old" regex
1206+
module and underlying parser and engine are still present -- while
1207+
regex is now officially obsolete, it will probably take several major
1208+
release cycles before it can be removed.
12091209

12101210
- The posix module now has a strerror() function which translates an
12111211
error code to a string.

0 commit comments

Comments
 (0)