[Python-checkins] peps: PEP 399 is already there and final.
georg.brandl
python-checkins at python.org
Sun Jan 29 07:39:38 CET 2012
http://hg.python.org/peps/rev/7c0e1d694bfe
changeset: 4027:7c0e1d694bfe
user: Georg Brandl <georg at 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
More information about the Python-checkins
mailing list