[Python-checkins] peps: Remove packaging module from 3.3 additions

eric.araujo python-checkins at python.org
Sun Jun 24 04:28:08 CEST 2012


http://hg.python.org/peps/rev/3b4eb5655e20
changeset:   4478:3b4eb5655e20
user:        Éric Araujo <merwok at netwok.org>
date:        Sat Jun 23 22:27:28 2012 -0400
summary:
  Remove packaging module from 3.3 additions

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
@@ -80,7 +80,6 @@
 
 Other final large-scale changes:
 
-* Addition of the "packaging" module, deprecating "distutils"
 * Addition of the "faulthandler" module
 * Addition of the "lzma" module, and lzma/xz support in tarfile
 * Implementing ``__import__`` using importlib
@@ -104,6 +103,7 @@
 * PEP 3143: Standard daemon process library
 * PEP 3154: Pickle protocol version 4
 * Breaking out standard library and docs in separate repos
+* Addition of the "packaging" module, deprecating "distutils"
 * Addition of the "regex" module
 * Email version 6
 * A standard event-loop interface (PEP by Jim Fulton pending)

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


More information about the Python-checkins mailing list