mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
This commit is contained in:
parent
961d54c5c1
commit
c9265c1534
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ in the top-level :mod:`email` package namespace.
|
|||
Removed the *strict* argument. Added the *policy* keyword.
|
||||
|
||||
|
||||
.. function:: message_from_binary_file(fp, _class=None, *,
|
||||
.. function:: message_from_binary_file(fp, _class=None, *, \
|
||||
policy=policy.compat32)
|
||||
|
||||
Return a message object structure tree from an open binary :term:`file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue