-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-42589: Change URL for 'from' link when used in a raised exception #23872
bpo-42589: Change URL for 'from' link when used in a raised exception #23872
Conversation
Links for 'raise Exception from x' target to 'The raise statement' section instead of 'The import statement' section
It's a minor patch in documentation. I don't think a news entry is needed. |
This PR is stale because it has been open for 30 days with no activity. |
@iritkatriel do you know if you can request a review to another core dev ? Or reping Mariatta? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Sorry for the delay in reviewing.
Thanks @sblondon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
…pythonGH-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. (cherry picked from commit 2fd928c) Co-authored-by: sblondon <sblondon@users.noreply.github.com>
Sorry, @sblondon, I could not cleanly backport this to |
GH-25730 is a backport of this pull request to the 3.9 branch. |
Thanks @sblondon for the PR. Would you be able to create the backport PR to the 3.8 branch? |
…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. (cherry picked from commit 2fd928c) Co-authored-by: sblondon <sblondon@users.noreply.github.com>
GH-25755 is a backport of this pull request to the 3.8 branch. |
GH-25755) …eption (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.. (cherry picked from commit 2fd928c) This PR is a cherry pick to python 3.8 from #23872. The fix was the removal of the change in the other file because the fixed section was introduced in 3.9. So the file does not need to be fixed in 3.8. Co-authored-by: sblondon <sblondon@users.noreply.github.com> Automerge-Triggered-By: GH:Mariatta
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.
https://bugs.python.org/issue42589
Automerge-Triggered-By: GH:Mariatta