PEP 520: Fix citation references (#2637)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
a8a7bd5a8a
commit
9ef0bfe362
24
pep-0520.txt
24
pep-0520.txt
|
@ -344,8 +344,8 @@ be minimal. All conforming implementations are expected to set
|
||||||
Implementation
|
Implementation
|
||||||
==============
|
==============
|
||||||
|
|
||||||
The implementation is found in the tracker. [impl_]
|
The implementation is found in the
|
||||||
|
`tracker <https://github.com/python/cpython/issues/68442>`__.
|
||||||
|
|
||||||
Alternatives
|
Alternatives
|
||||||
============
|
============
|
||||||
|
@ -410,21 +410,17 @@ discovery is almost entirely an implementation detail.
|
||||||
References
|
References
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. [impl] issue #24254
|
* `Original discussion
|
||||||
(https://bugs.python.org/issue24254)
|
<https://mail.python.org/pipermail/python-ideas/2013-February/019690.html>`__
|
||||||
|
|
||||||
.. [nick_concern] Nick's concerns about mutability
|
* `Follow-up 1
|
||||||
(https://mail.python.org/pipermail/python-dev/2016-June/144883.html)
|
<https://mail.python.org/pipermail/python-dev/2013-June/127103.html>`__
|
||||||
|
|
||||||
.. [orig] original discussion
|
* `Follow-up 2
|
||||||
(https://mail.python.org/pipermail/python-ideas/2013-February/019690.html)
|
<https://mail.python.org/pipermail/python-dev/2015-May/140137.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)
|
|
||||||
|
|
||||||
|
* `Nick Coghlan's concerns about mutability
|
||||||
|
<https://mail.python.org/pipermail/python-dev/2016-June/144883.html>`__
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
===========
|
===========
|
||||||
|
|
Loading…
Reference in New Issue