Add regex.
This commit is contained in:
parent
ae4bc8e56f
commit
b48c229066
|
@ -67,8 +67,8 @@ Implemented PEPs:
|
|||
Other final large-scale changes:
|
||||
|
||||
* Addition of the "packaging" module, deprecating "distutils"
|
||||
* Addition of the faulthandler module
|
||||
* Addition of the lzma module, and lzma/xz support in tarfile
|
||||
* Addition of the "faulthandler" module
|
||||
* Addition of the "lzma" module, and lzma/xz support in tarfile
|
||||
|
||||
Candidate PEPs:
|
||||
|
||||
|
@ -88,6 +88,7 @@ Other planned large-scale changes:
|
|||
* A standard event-loop interface (PEP by Jim Fulton pending)
|
||||
* Breaking out standard library and docs in separate repos?
|
||||
* A PEP on supplementing C modules with equivalent Python modules?
|
||||
* Addition of the "regex" module
|
||||
|
||||
|
||||
Copyright
|
||||
|
|
Loading…
Reference in New Issue