10000 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 3150: Convert footnotes into inline links
  • Loading branch information
hugovk committed Sep 15, 2022
commit 63b90084a0783b35dd568c28ee80961f3c592e90
32 changes: 16 additions & 16 deletions pep-3150.txt
Original file line number Diff line number Diff line change
Expand Up @@ -738,32 +738,32 @@ TO-DO
References
==========

.. [1] Explicitation lines in Python:
https://mail.python.org/pipermail/python-ideas/2010-June/007476.html
.. [1] `Explicitation lines in Python
<https://mail.python.org/pipermail/python-ideas/2010-June/007476.html>`__

.. [2] 'where' statement in Python:
https://mail.python.org/pipermail/python-ideas/2010-July/007584.html
.. [2] `'where' statement in Python
<https://mail.python.org/pipermail/python-ideas/2010-July/007584.html>`__

.. [3] Where-statement (Proposal for function expressions):
https://mail.python.org/pipermail/python-ideas/2009-July/005132.html
.. [3] `Where-statement (Proposal for function expressions)
<https://mail.python.org/pipermail/python-ideas/2009-July/005132.html>`__

.. [4] Name conflict with NumPy for 'where' keyword choice:
https://mail.python.org/pipermail/python-ideas/2010-July/007596.html
.. [4] `Name conflict with NumPy for 'where' keyword choice
<https://mail.python.org/pipermail/python-ideas/2010-July/007596.html>`__

* `The "Status quo wins a stalemate" design principle
<https://www.curiousefficiency.org/posts/2011/02/status-quo-wins-stalemate.html>`__

.. [6] Assignments in list/generator expressions:
https://mail.python.org/pipermail/python-ideas/2011-April/009863.html
.. [6] `Assignments in list/generator expressions
<https://mail.python.org/pipermail/python-ideas/2011-April/009863.html>`__

.. [7] Possible PEP 3150 style guidelines (#1):
https://mail.python.org/pipermail/python-ideas/2011-April/009869.html
.. [7] `Possible PEP 3150 style guidelines (#1)
<https://mail.python.org/pipermail/python-ideas/2011-April/009869.html>`__

.. [8] Discussion of PEP 403 (statement local function definition):
https://mail.python.org/pipermail/python-ideas/2011-October/012276.html
.. [8] `Discussion of PEP 403 (statement local function definition)
<https://mail.python.org/pipermail/python-ideas/2011-October/012276.html>`__

.. [9] Possible PEP 3150 style guidelines (#2):
https://mail.python.org/pipermail/python-ideas/2011-October/012341.html
.. [9] `Possible PEP 3150 style guidelines (#2)
<https://mail.python.org/pipermail/python-ideas/2011-October/012341.html>`__

* `Multi-line lambdas (again!)
<https://mail.python.org/pipermail/python-ideas/2013-August/022526.html>`__
Expand Down
0