PEP 520: Fix citation references (#2637)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2022-06-09 22:04:31 +03:00 committed by GitHub
parent a8a7bd5a8a
commit 9ef0bfe362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 14 deletions

View File

@ -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
============
@ -410,21 +410,17 @@ discovery is almost entirely an implementation detail.
References
==========
.. [impl] issue #24254
(https://bugs.python.org/issue24254)
* `Original discussion
<https://mail.python.org/pipermail/python-ideas/2013-February/019690.html>`__
.. [nick_concern] Nick's concerns about mutability
(https://mail.python.org/pipermail/python-dev/2016-June/144883.html)
* `Follow-up 1
<https://mail.python.org/pipermail/python-dev/2013-June/127103.html>`__
.. [orig] 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)
.. [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
===========