[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-30 Thread miss-islington
miss-islington added the comment: New changeset ea6ec96c379a77ae827e844d840a9fd773781124 by sblondon in branch '3.8': [3.8] bpo-42589: Change URL for 'from' link when used in a raised exc… (GH-25755) https://github.com/python/cpython/commit/ea6ec96c379a77ae827e844d840a9fd773781124

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-30 Thread Mariatta
Mariatta added the comment: Thanks for the work! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-30 Thread Stéphane Blondon
Change by Stéphane Blondon : -- pull_requests: +24445 stage: backport needed -> patch review pull_request: https://github.com/python/cpython/pull/25755 ___ Python tracker ___

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-29 Thread miss-islington
miss-islington added the comment: New changeset 3eaa6f9d185f2a2c66d98a77d3ea3f407bc96d0e by Miss Islington (bot) in branch '3.9': bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872) https://github.com/python/cpython/commit/3eaa6f9d185f2a2c66d98a77d3ea3f407bc96d0e

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-29 Thread Mariatta
Mariatta added the comment: Thanks for the PR. There is conflict with applying it to the 3.8 branch. If you can get to it, it would be great. Thanks. -- nosy: +Mariatta stage: patch review -> backport needed ___ Python tracker

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +24421 pull_request: https://github.com/python/cpython/pull/25730 ___ Python tracker ___

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-29 Thread miss-islington
miss-islington added the comment: New changeset 2fd928c8c1328424130cb9c51fc02ad5f9a66328 by sblondon in branch 'master': bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872) https://github.com/python/cpython/commit/2fd928c8c1328424130cb9c51fc02ad5f9a66328

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2020-12-20 Thread Stéphane Blondon
Change by Stéphane Blondon : -- keywords: +patch nosy: +sblondon nosy_count: 2.0 -> 3.0 pull_requests: +22734 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23872 ___ Python tracker

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2020-12-07 Thread Irit Katriel
New submission from Irit Katriel : In the Exceptions doc: https://docs.python.org/3/library/exceptions.html#built-in-exceptions In the sentence "The expression following from must be an exception or None." "from" is a keyword which links to