[Python-checkins] cpython: #24277: Fix 3.4 whats new link broken by email doc changes.

r.david.murray python-checkins at python.org
Wed Sep 7 21:41:58 EDT 2016


https://hg.python.org/cpython/rev/ad297312a478
changeset:   103285:ad297312a478
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Sep 07 21:39:40 2016 -0400
summary:
  #24277: Fix 3.4 whats new link broken by email doc changes.

files:
  Doc/whatsnew/3.4.rst |  2 +-
  1 files changed, 1 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
@@ -824,7 +824,7 @@
 :term:`provisional API`.  These classes provide a number of new methods that
 make extracting content from and inserting content into email messages much
 easier.  For details, see the :mod:`~email.contentmanager` documentation and
-the :ref:`email-contentmanager-api-examples`.  These API additions complete the
+the :ref:`email-examples`.  These API additions complete the
 bulk of the work that was planned as part of the email6 project.  The currently
 provisional API is scheduled to become final in Python 3.5 (possibly with a few
 minor additions in the area of error handling).  (Contributed by R. David

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


More information about the Python-checkins mailing list