Issue #27633: Fix usage of versionchanged directive in email.parser.rst

Patch by Florian Preinstorfer.
This commit is contained in:
Berker Peksag 2016-07-27 13:32:54 +03:00
parent fd0d5939bd
commit 25539b089f
1 changed files with 1 additions and 1 deletions

View File

@ -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, *, \