From: Berker Peksag Date: Wed, 27 Jul 2016 10:32:54 +0000 (+0300) Subject: Issue #27633: Fix usage of versionchanged directive in email.parser.rst X-Git-Tag: v3.6.0a4~110^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25539b089f24f78446d276360602a7beff11a4d7;p=thirdparty%2FPython%2Fcpython.git Issue #27633: Fix usage of versionchanged directive in email.parser.rst Patch by Florian Preinstorfer. --- diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst index 93c09ad96046..71b339a15e18 100644 --- a/Doc/library/email.parser.rst +++ b/Doc/library/email.parser.rst @@ -250,7 +250,7 @@ in the top-level :mod:`email` package namespace. 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, *, \