From: Jon Ribbens Date: Mon, 16 Jul 2018 17:19:42 +0000 (+0100) Subject: bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) X-Git-Tag: v3.8.0a1~1367 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9265c1534b7e62bb9b15460d0420c0c3bb57ff9;p=thirdparty%2FPython%2Fcpython.git bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) --- diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst index dea409d223da..e0cab6a69497 100644 --- a/Doc/library/email.parser.rst +++ b/Doc/library/email.parser.rst @@ -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