mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Add email package to whatsnew list of significantly improved stdlib modules.
This commit is contained in:
parent
32e57ef023
commit
6adb4543fc
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue