peps: PEP 399 is already there and final.

http://hg.python.org/peps/rev/7c0e1d694bfe changeset: 4027:7c0e1d694bfe user: Georg Brandl <georg@python.org> date: Sun Jan 29 07:39:39 2012 +0100 summary: PEP 399 is already there and final. files: pep-0398.txt | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pep-0398.txt b/pep-0398.txt --- a/pep-0398.txt +++ b/pep-0398.txt @@ -57,10 +57,11 @@ Features for 3.3 ================ -Implemented PEPs: +Implemented / Final PEPs: * PEP 380: Syntax for Delegating to a Subgenerator * PEP 393: Flexible String Representation +* PEP 399: Pure Python/C Accelerator Module Compatibility Requirements * PEP 3151: Reworking the OS and IO exception hierarchy * PEP 3155: Qualified name for classes and functions @@ -83,12 +84,11 @@ Other planned large-scale changes: +* Addition of the "regex" module +* Email version 6 * Implementing ``__import__`` using importlib -* Email version 6 * 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