[Python-checkins] cpython: Add email package to whatsnew list of significantly improved stdlib modules.

r.david.murray python-checkins at python.org
Fri Dec 20 21:11:56 CET 2013


http://hg.python.org/cpython/rev/9ac04353aa98
changeset:   88089:9ac04353aa98
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Dec 20 13:10:43 2013 -0500
summary:
  Add email package to whatsnew list of significantly improved stdlib modules.

files:
  Doc/whatsnew/3.4.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -115,6 +115,9 @@
 * TLSv1.1 and TLSv1.2 support for :mod:`ssl`.
 * :mod:`multiprocessing` now has option to avoid using :func:`os.fork`
   on Unix (:issue:`8713`).
+* :mod:`email` has a new submodule, :mod:`~email.contentmanager`, and
+  a new :mod:`~email.message.Message` subclass
+  (:class:`~email.contentmanager.EmailMessage`) that simplify MIME handling.
 
 CPython implementation improvements:
 

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


More information about the Python-checkins mailing list