]> granicus.if.org Git - python/commitdiff
Add link from email summary entry to entry in changed module section.
authorR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 22:26:52 +0000 (17:26 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 22:26:52 +0000 (17:26 -0500)
Doc/whatsnew/3.4.rst

index 7550b35800368469ea66ca4116c12eaec81402d9..8311a0596d291a97f474896aff2665f045ab12d9 100644 (file)
@@ -118,7 +118,8 @@ Significantly Improved Library Modules:
   on Unix <whatsnew-multiprocessing-no-fork>` (: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.
+  (:class:`~email.contentmanager.EmailMessage`) that :ref:`simplify MIME
+  handling <whatsnew_email_contentmanager>`.
 
 CPython implementation improvements:
 
@@ -529,6 +530,8 @@ result:  a bytes object containing the fully formatted message.
 
 (Contributed by R. David Murray in :issue:`18600`.)
 
+.. _whatsnew_email_contentmanager:
+
 A pair of new subclasses of :class:`~email.message.Message` have been added,
 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