Commit 6adb4543 authored by R David Murray's avatar R David Murray

Add email package to whatsnew list of significantly improved stdlib modules.

parent 32e57ef0
...@@ -115,6 +115,9 @@ Significantly Improved Library Modules: ...@@ -115,6 +115,9 @@ Significantly Improved Library Modules:
* TLSv1.1 and TLSv1.2 support for :mod:`ssl`. * TLSv1.1 and TLSv1.2 support for :mod:`ssl`.
* :mod:`multiprocessing` now has option to avoid using :func:`os.fork` * :mod:`multiprocessing` now has option to avoid using :func:`os.fork`
on Unix (:issue:`8713`). 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: CPython implementation improvements:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment