[Python-checkins] peps: PEP 398 update: deferring some changes, adding new changes from python-dev

georg.brandl python-checkins at python.org
Tue May 1 18:01:06 CEST 2012


http://hg.python.org/peps/rev/0b9ffda7c4ac
changeset:   4341:0b9ffda7c4ac
user:        Georg Brandl <georg at python.org>
date:        Tue May 01 18:00:57 2012 +0200
summary:
  PEP 398 update: deferring some changes, adding new changes from python-dev

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


diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -82,10 +82,10 @@
 Candidate PEPs:
 
 * PEP 362: Function Signature Object
-* PEP 395: Qualified Names for Modules
 * PEP 397: Python launcher for Windows
-* PEP 402: Simplified Package Layout (likely a new PEP derived from it)
 * PEP 405: Python Virtual Environments
+* PEP 415: Implementing PEP 409 differently
+* PEP 420: Implicit Namespace Packages
 * PEP 421: Adding sys.implementation
 * PEP 3143: Standard daemon process library
 * PEP 3144: IP Address manipulation library
@@ -99,8 +99,13 @@
 * Addition of the "regex" module
 * Email version 6
 * A standard event-loop interface (PEP by Jim Fulton pending)
-* Breaking out standard library and docs in separate repos?
+* Switch of Windows build toolchain to VS 2010 or 2012 (depending on
+  availability and platform support)
 
+Deferred to post-3.3:
+
+* PEP 395: Qualified Names for Modules
+* Breaking out standard library and docs in separate repos
 
 Copyright
 =========

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


More information about the Python-checkins mailing list