8000 PEP 520: Fix citation references (#2637) · python/peps@9ef0bfe · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ef0bfe

Browse files
hugovkAA-Turner
andauthored
PEP 520: Fix citation references (#2637)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent a8a7bd5 commit 9ef0bfe

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

pep-0520.txt

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ be minimal. All conforming implementations are expected to set
344344
Implementation
345345
==============
346346

347-
The implementation is found in the tracker. [impl_]
348-
347+
The implementation is found in the
348+
`tracker <https://github.com/python/cpython/issues/68442>`__.
349349

350350
Alternatives
351351
============
@@ -410,21 +410,17 @@ discovery is almost entirely an implementation detail.
410410
References
411411
==========
412412

413-
.. [impl] issue #24254
414-
(https://bugs.python.org/issue24254)
415-
416-
.. [nick_concern] Nick's concerns about mutability
417-
(https://mail.python.org/pipermail/python-dev/2016-June/144883.html)
418-
419-
.. [orig] original discussion
420-
(https://mail.python.org/pipermail/python-ideas/2013-February/019690.html)
413+
* `Original discussion
414+
<https://mail.python.org/pipermail/python-ideas/2013-February/019690.html>`__
421415

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

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

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

429425
Copyright
430426
===========

0 commit comments

Comments
 (0)
0