]> granicus.if.org Git - python/commitdiff
Add email package to whatsnew list of significantly improved stdlib modules.
authorR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 18:10:43 +0000 (13:10 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 18:10:43 +0000 (13:10 -0500)
Doc/whatsnew/3.4.rst

index 5a4fa862e04fc0593602ceac363fdbfafc92637b..748fb73c885497ddb7d66f360b20eb11444d9359 100644 (file)
@@ -115,6 +115,9 @@ Significantly Improved Library Modules:
 * 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: