Skip to content

Commit

Permalink
In email.parser in message_from_bytes, update strict to policy (p…
Browse files Browse the repository at this point in the history
…ythonGH-9854)

According to the versionchanged note, the `strict` argument was removed in 3.3 and `policy` was added, but the name of the argument in the paragraph wasn't updated.
(cherry picked from commit a5ca985)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
  • Loading branch information
csabella authored and miss-islington committed Oct 16, 2018
1 parent 514bbfc commit 65215bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/email.parser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ in the top-level :mod:`email` package namespace.

Return a message object structure from a :term:`bytes-like object`. This is
equivalent to ``BytesParser().parsebytes(s)``. Optional *_class* and
*strict* are interpreted as with the :class:`~email.parser.BytesParser` class
*policy* are interpreted as with the :class:`~email.parser.BytesParser` class
constructor.

.. versionadded:: 3.2
Expand Down

0 comments on commit 65215bf

Please sign in to comment.