Skip to content

Commit

Permalink
PEP 520: Fix citation references (#2637)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
hugovk and AA-Turner authored Jun 9, 2022
1 parent a8a7bd5 commit 9ef0bfe
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions pep-0520.txt
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ be minimal. All conforming implementations are expected to set
Implementation
==============

The implementation is found in the tracker. [impl_]

The implementation is found in the
`tracker <https://github.com/python/cpython/issues/68442>`__.

Alternatives
============
Expand Down Expand Up @@ -410,21 +410,17 @@ discovery is almost entirely an implementation detail.
References
==========

.. [impl] issue #24254
(https://bugs.python.org/issue24254)

.. [nick_concern] Nick's concerns about mutability
(https://mail.python.org/pipermail/python-dev/2016-June/144883.html)

.. [orig] original discussion
(https://mail.python.org/pipermail/python-ideas/2013-February/019690.html)
* `Original discussion
<https://mail.python.org/pipermail/python-ideas/2013-February/019690.html>`__

.. [followup1] follow-up 1
(https://mail.python.org/pipermail/python-dev/2013-June/127103.html)
* `Follow-up 1
<https://mail.python.org/pipermail/python-dev/2013-June/127103.html>`__

.. [followup2] follow-up 2
(https://mail.python.org/pipermail/python-dev/2015-May/140137.html)
* `Follow-up 2
<https://mail.python.org/pipermail/python-dev/2015-May/140137.html>`__

* `Nick Coghlan's concerns about mutability
<https://mail.python.org/pipermail/python-dev/2016-June/144883.html>`__

Copyright
===========
Expand Down

0 comments on commit 9ef0bfe

Please sign in to comment.