Kaydet (Commit) 26b80cfd authored tarafından R David Murray's avatar R David Murray

Add link from email summary entry to entry in changed module section.

üst ac186221
...@@ -118,7 +118,8 @@ Significantly Improved Library Modules: ...@@ -118,7 +118,8 @@ Significantly Improved Library Modules:
on Unix <whatsnew-multiprocessing-no-fork>` (:issue:`8713`). on Unix <whatsnew-multiprocessing-no-fork>` (:issue:`8713`).
* :mod:`email` has a new submodule, :mod:`~email.contentmanager`, and * :mod:`email` has a new submodule, :mod:`~email.contentmanager`, and
a new :mod:`~email.message.Message` subclass a new :mod:`~email.message.Message` subclass
(:class:`~email.contentmanager.EmailMessage`) that simplify MIME handling. (:class:`~email.contentmanager.EmailMessage`) that :ref:`simplify MIME
handling <whatsnew_email_contentmanager>`.
CPython implementation improvements: CPython implementation improvements:
...@@ -529,6 +530,8 @@ result: a bytes object containing the fully formatted message. ...@@ -529,6 +530,8 @@ result: a bytes object containing the fully formatted message.
(Contributed by R. David Murray in :issue:`18600`.) (Contributed by R. David Murray in :issue:`18600`.)
.. _whatsnew_email_contentmanager:
A pair of new subclasses of :class:`~email.message.Message` have been added, A pair of new subclasses of :class:`~email.message.Message` have been added,
along with a new sub-module, :mod:`~email.contentmanager`. All documentation along with a new sub-module, :mod:`~email.contentmanager`. All documentation
is currently in the new module, which is being added as part of the new is currently in the new module, which is being added as part of the new
......
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