[Python-checkins] cpython (3.5): Issue #27633: Fix usage of versionchanged directive in email.parser.rst

berker.peksag python-checkins at python.org
Wed Jul 27 06:33:27 EDT 2016


https://hg.python.org/cpython/rev/3f2e37e705d3
changeset:   102458:3f2e37e705d3
branch:      3.5
parent:      102455:5aff28f33b2a
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Jul 27 13:32:54 2016 +0300
summary:
  Issue #27633: Fix usage of versionchanged directive in email.parser.rst

Patch by Florian Preinstorfer.

files:
  Doc/library/email.parser.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst
--- a/Doc/library/email.parser.rst
+++ b/Doc/library/email.parser.rst
@@ -250,7 +250,7 @@
    and *policy* are interpreted as with the :class:`~email.parser.Parser` class
    constructor.
 
-   .. versionchanged::
+   .. versionchanged:: 3.3
       Removed the *strict* argument.  Added the *policy* keyword.
 
 .. function:: message_from_binary_file(fp, _class=email.message.Message, *, \

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


More information about the Python-checkins mailing list