Add regex.

This commit is contained in:
Georg Brandl 2012-01-29 07:32:04 +01:00
parent ae4bc8e56f
commit b48c229066
1 changed files with 3 additions and 2 deletions

View File

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