8000 PEP 366, 395, 413, 426, 430, 440, 531, 535, 3150: Fix footnotes by hugovk · Pull Request #2794 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 366, 395, 413, 426, 430, 440, 531, 535, 3150: Fix footnotes #2794

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 17 commits into from
Sep 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
Diff view
Prev Previous commit
Next Next commit
PEP 366: Update BPO redirects to GH
  • Loading branch information
hugovk committed Sep 14, 2022
commit 5983183bdeca3a6629e19d1ce73e7d6e229417c6
4 changes: 2 additions & 2 deletions pep-0366.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ References
==========

.. [1] Absolute/relative import not working?
(https://bugs.python.org/issue1510172)
(https://github.com/python/cpython/issues/43535)

.. [2] c.l.p. question about modules and relative imports
(http://groups.google.com/group/comp.lang.python/browse_thread/thread/c44c769a72ca69fa/)
Expand All @@ -134,7 +134,7 @@ References
(https://mail.python.org/pipermail/python-3000/2007-April/006793.html)

.. [4] PEP 366 implementation patch
(http://bugs.python.org/issue1487)
(https://github.com/python/cpython/issues/45828)

.. [5] Acceptance of the PEP
(https://mail.python.org/pipermail/python-dev/2007-November/075475.html)
Expand Down
0