[issue34124] email.message_from_binary_file documentation is broken

2018-07-16 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report and for the patch, Jon. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue34124] email.message_from_binary_file documentation is broken

2018-07-16 Thread Berker Peksag
Berker Peksag 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

[issue34124] email.message_from_binary_file documentation is broken

2018-07-16 Thread Berker Peksag
Berker Peksag 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

[issue34124] email.message_from_binary_file documentation is broken

2018-07-16 Thread Berker Peksag
Berker Peksag 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/c9265c1534b7e62bb9b15460d0420c0c3bb57ff9

[issue34124] email.message_from_binary_file documentation is broken

2018-07-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +7833 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34124] email.message_from_binary_file documentation is broken

2018-07-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +7832 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34124] email.message_from_binary_file documentation is broken

2018-07-16 Thread Berker Peksag
Change by Berker Peksag : -- type: compile error -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34124] email.message_from_binary_file documentation is broken

2018-07-16 Thread Jon Ribbens
Change by Jon Ribbens : -- keywords: +patch pull_requests: +7831 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue34124] email.message_from_binary_file documentation is broken

2018-07-16 Thread Jon Ribbens
New submission from Jon Ribbens : 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: Documentati