[Python-checkins] cpython (merge 3.5 -> default): Issue #27633: Merge from 3.5

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


https://hg.python.org/cpython/rev/8224ad99842e
changeset:   102459:8224ad99842e
parent:      102457:95df96aa2f5a
parent:      102458:3f2e37e705d3
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Jul 27 13:33:28 2016 +0300
summary:
  Issue #27633: Merge from 3.5

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