[issue34124] email.message_from_binary_file documentation is broken
New submission from Jon Ribbens <jribbens@gmail.com>: The documentation for email.message_from_binary_file is missing a line-continuation backslash at the end of the `.. function::` line which means the output formatting is mangled and it has no permalink. ---------- assignee: docs@python components: Documentation messages: 321733 nosy: docs@python, jribbens priority: normal severity: normal status: open title: email.message_from_binary_file documentation is broken type: compile error versions: Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34124> _______________________________________
Change by Jon Ribbens <jribbens@gmail.com>: ---------- keywords: +patch pull_requests: +7831 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34124> _______________________________________
Change by Berker Peksag <berker.peksag@gmail.com>: ---------- type: compile error -> behavior _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34124> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: New changeset c9265c1534b7e62bb9b15460d0420c0c3bb57ff9 by Berker Peksag (Jon Ribbens) in branch 'master': bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) https://github.com/python/cpython/commit/c9265c1534b7e62bb9b15460d0420c0c3bb... ---------- nosy: +berker.peksag _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34124> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +7832 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34124> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +7833 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34124> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: New changeset 43c2fabb2fe7760be462e008b39169cf16c28b4c by Berker Peksag (Miss Islington (bot)) in branch '3.7': bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) https://github.com/python/cpython/commit/43c2fabb2fe7760be462e008b39169cf16c... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34124> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: New changeset f1ab9cac909449ad85595245fa49b8660214cd0e by Berker Peksag (Miss Islington (bot)) in branch '3.6': bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) https://github.com/python/cpython/commit/f1ab9cac909449ad85595245fa49b866021... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34124> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: Thanks for the report and for the patch, Jon. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34124> _______________________________________
participants (3)
-
Berker Peksag
-
Jon Ribbens
-
miss-islington