[Python-checkins] peps: Add email6 to the list of intended changes.

r.david.murray python-checkins at python.org
Thu Mar 24 03:08:42 CET 2011


http://hg.python.org/peps/rev/6a96e377e5fa
changeset:   3847:6a96e377e5fa
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Mar 23 22:08:30 2011 -0400
summary:
  Add email6 to the list of intended changes.

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


diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -73,8 +73,9 @@
 
 Other planned large-scale changes:
 
-* Addition of the "packaging" module, replacing "distutils".
-* Implementing ``__import__`` using importlib.
+* Addition of the "packaging" module, replacing "distutils"
+* Implementing ``__import__`` using importlib
+* Email version 6
 
 
 Copyright

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


More information about the Python-checkins mailing list