
http://hg.python.org/peps/rev/773efb84a269 changeset: 4026:773efb84a269 user: Georg Brandl <georg@python.org> date: Sun Jan 29 07:32:04 2012 +0100 summary: Add regex. files: pep-0398.txt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pep-0398.txt b/pep-0398.txt --- a/pep-0398.txt +++ b/pep-0398.txt @@ -67,8 +67,8 @@ 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 @@ * 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 -- Repository URL: http://hg.python.org/peps
participants (1)
-
georg.brandl