From 6adb4543fca69573640052bb83c0a5e4527c49a7 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Fri, 20 Dec 2013 13:10:43 -0500 Subject: Add email package to whatsnew list of significantly improved stdlib modules. --- Doc/whatsnew/3.4.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 5a4fa86..748fb73 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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: -- cgit v0.12