8000 PEP 601: Fix footnotes by hugovk · Pull Request #2736 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 601: Fix footnotes #2736

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 5 commits into from
Jul 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Prev Previous commit
Next Next commit
PEP 601: Fix links
  • Loading branch information
hugovk committed Jul 27, 2022
commit a05c10d65d3c2ab7ebef1f2076f971bba6f53f2c
6 changes: 3 additions & 3 deletions pep-0601.txt
8607
Original file line number Diff line number Diff line change
Expand Up @@ -220,17 +220,17 @@ to return and break.
References
==========

.. [1] https://bugs.python.org/issue37830
.. [1] https://github.com/python/cpython/issues/82011

.. [2] https://stackoverflow.com/questions/48088/returning-from-a-finally-block-in-java

.. [3] https://web.archive.org/web/20070922061412/http://weblogs.java.net/blog/staufferjames/archive/2007/06/_dont_return_in.html

.. [4] https://wiki.sei.cmu.edu/confluence/display/java/ERR04-J.+Do+not+complete+abruptly+from+a+finally+block

.. [5] https://github.com/rubocop-hq/rubocop/issues/5949
.. [5] https://github.com/rubocop/rubocop/issues/5949

.. [6] https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Lint/EnsureReturn
.. [6] https://web.archive.org/web/20210622135940/https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Lint/EnsureReturn

.. [7] https://eslint.org/docs/rules/no-unsafe-finally

Expand Down
0