8000 gh-119786: move exception handling doc to InternalDocs by iritkatriel · Pull Request #119815 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

gh-119786: move exception handling doc to InternalDocs #119815

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

Merged
merged 10 commits into from
Jun 3, 2024
Prev Previous commit
Next Next commit
add link to exception handling file from index
  • Loading branch information
iritkatriel committed May 30, 2024
commit cd7725fe91b307f5403db9b843df81e2643b1ee3
4 changes: 4 additions & 0 deletions InternalDocs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ to hold for other implementations of the Python language.
The core dev team attempts to keep this documentation up to date. If
it is not, please report that through the
[issue tracker](https://github.com/python/cpython/issues).


[Exception Handling](exception_handling.md)

0