[Python-checkins] peps: Update with news from language summit summary.

georg.brandl python-checkins at python.org
Wed Mar 14 20:00:38 CET 2012


http://hg.python.org/peps/rev/de4051307505
changeset:   4136:de4051307505
user:        Georg Brandl <georg at python.org>
date:        Wed Mar 14 20:00:37 2012 +0100
summary:
  Update with news from language summit summary.

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


diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -76,9 +76,10 @@
 Candidate PEPs:
 
 * PEP 362: Function Signature Object
-* PEP 382: Namespace Packages
 * PEP 395: Module Aliasing
 * PEP 397: Python launcher for Windows
+* PEP 402: Simplified Package Layout (likely a new PEP derived from it)
+* PEP 405: Python Virtual Environments
 * PEP 412: Key-Sharing Dictionary
 * PEP 3143: Standard daemon process library
 * PEP 3144: IP Address manipulation library
@@ -88,6 +89,8 @@
 
 Other planned large-scale changes:
 
+* Addition of the "mock" library
+* Addition of the C decimal implementation
 * Addition of the "regex" module
 * Email version 6
 * Implementing ``__import__`` using importlib

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


More information about the Python-checkins mailing list