[Python-checkins] cpython: Add link from email summary entry to entry in changed module section.

r.david.murray python-checkins at python.org
Fri Dec 20 23:28:23 CET 2013


http://hg.python.org/cpython/rev/b9895b64d2d9
changeset:   88103:b9895b64d2d9
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Dec 20 17:26:52 2013 -0500
summary:
  Add link from email summary entry to entry in changed module section.

files:
  Doc/whatsnew/3.4.rst |  5 ++++-
  1 files changed, 4 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -118,7 +118,8 @@
   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 @@
 
 (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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list