diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-09-08 01:39:40 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-09-08 01:39:40 (GMT) |
commit | bf24dfa07ce19a77a2175e877e148ef5444afc51 (patch) | |
tree | 2d316260d6c7fbca3fcecb13dc8800d2c9533cb5 | |
parent | 035a1003820c0148b9a12f3034829fcc655a92bb (diff) | |
download | cpython-bf24dfa07ce19a77a2175e877e148ef5444afc51.zip cpython-bf24dfa07ce19a77a2175e877e148ef5444afc51.tar.gz cpython-bf24dfa07ce19a77a2175e877e148ef5444afc51.tar.bz2 |
#24277: Fix 3.4 whats new link broken by email doc changes.
-rw-r--r-- | 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 index 2a23cbc..72398f9 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -824,7 +824,7 @@ currently in the new module, which is being added as part of email's new :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 |