[Python-checkins] peps: PEP status update.

georg.brandl python-checkins at python.org
Sun Mar 4 16:37:30 CET 2012


http://hg.python.org/peps/rev/0cedf6955177
changeset:   4113:0cedf6955177
user:        Georg Brandl <georg at python.org>
date:        Sun Mar 04 16:41:28 2012 +0100
summary:
  PEP status update.

files:
  pep-0398.txt |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -62,6 +62,8 @@
 * PEP 380: Syntax for Delegating to a Subgenerator
 * PEP 393: Flexible String Representation
 * PEP 399: Pure Python/C Accelerator Module Compatibility Requirements
+* PEP 409: Suppressing exception context
+* PEP 414: Explicit Unicode Literal for Python 3.3
 * PEP 3151: Reworking the OS and IO exception hierarchy
 * PEP 3155: Qualified name for classes and functions
 
@@ -77,7 +79,6 @@
 * PEP 382: Namespace Packages
 * PEP 395: Module Aliasing
 * PEP 397: Python launcher for Windows
-* PEP 409: Suppressing exception context
 * PEP 3143: Standard daemon process library
 
 (Note that these are not accepted yet and even if they are, they might

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list