[Python-checkins] peps: PEP 420 is implemented.

georg.brandl python-checkins at python.org
Fri May 25 18:50:18 CEST 2012


http://hg.python.org/peps/rev/44e2e3f54912
changeset:   4437:44e2e3f54912
user:        Georg Brandl <georg at python.org>
date:        Fri May 25 18:50:24 2012 +0200
summary:
  PEP 420 is implemented.

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


diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -68,6 +68,7 @@
 * PEP 415: Implement context suppression with exception attributes
 * PEP 417: Including mock in the Standard Library
 * PEP 418: Add monotonic time, performance counter, and process time functions
+* PEP 420: Implicit Namespace Packages
 * PEP 3118: Revising the buffer protocol (protocol semantics finalised)
 * PEP 3144: IP Address manipulation library
 * PEP 3151: Reworking the OS and IO exception hierarchy
@@ -86,7 +87,6 @@
 * PEP 362: Function Signature Object
 * PEP 397: Python launcher for Windows
 * PEP 405: Python Virtual Environments
-* PEP 420: Implicit Namespace Packages
 * PEP 421: Adding sys.implementation
 * PEP 3143: Standard daemon process library
 * PEP 3154: Pickle protocol version 4

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


More information about the Python-checkins mailing list