From b48c229066a804da40b289598a6b623166c6270b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 29 Jan 2012 07:32:04 +0100 Subject: [PATCH] Add regex. --- pep-0398.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pep-0398.txt b/pep-0398.txt index f64ee2340..edd90e895 100644 --- a/pep-0398.txt +++ b/pep-0398.txt @@ -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