(original) (raw)
changeset: 103285:ad297312a478 user: R David Murray rdmurray@bitdance.com date: Wed Sep 07 21:39:40 2016 -0400 files: Doc/whatsnew/3.4.rst description: #24277: Fix 3.4 whats new link broken by email doc changes. diff -r 1a36cf6389d8 -r ad297312a478 Doc/whatsnew/3.4.rst --- a/Doc/whatsnew/3.4.rst Wed Sep 07 18:39:18 2016 -0700 +++ b/Doc/whatsnew/3.4.rst Wed Sep 07 21:39:40 2016 -0400 @@ -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 /rdmurray@bitdance.com