]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
authorsblondon <sblondon@users.noreply.github.com>
Thu, 29 Apr 2021 18:02:40 +0000 (20:02 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 18:02:40 +0000 (11:02 -0700)
commit2fd928c8c1328424130cb9c51fc02ad5f9a66328
tree4ba7efccb2f20f1d7ff2e813a8a33dc2c1e273d5
parent76cd81d60310d65d01f9d7b48a8985d8ab89c8b4
bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)

Links for 'raise Exception from x' target to 'The raise statement' (7.8) section instead of 'The import statement' (7.11) section.

There are more modified links than in the bug report because I searched some other ones which can get the same improvement.
Doc/library/exceptions.rst
Doc/tutorial/errors.rst