File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
12111211error code to a string.
You can’t perform that action at this time.
0 commit comments