projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32e57ef
)
Add email package to whatsnew list of significantly improved stdlib modules.
author
R David Murray
<rdmurray@bitdance.com>
Fri, 20 Dec 2013 18:10:43 +0000
(13:10 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Fri, 20 Dec 2013 18:10:43 +0000
(13:10 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index 5a4fa862e04fc0593602ceac363fdbfafc92637b..748fb73c885497ddb7d66f360b20eb11444d9359 100644
(file)
--- 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: