From 9ef0bfe3625373edac7272a66193b9f481b54bcd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 9 Jun 2022 22:04:31 +0300 Subject: [PATCH] PEP 520: Fix citation references (#2637) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- pep-0520.txt | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/pep-0520.txt b/pep-0520.txt index fc323d007..d3090f0ef 100644 --- a/pep-0520.txt +++ b/pep-0520.txt @@ -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 `__. Alternatives ============ @@ -410,21 +410,17 @@ discovery is almost entirely an implementation detail. References ========== -.. [impl] issue #24254 - (https://bugs.python.org/issue24254) +* `Original discussion + `__ -.. [nick_concern] Nick's concerns about mutability - (https://mail.python.org/pipermail/python-dev/2016-June/144883.html) +* `Follow-up 1 + `__ -.. [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 + `__ +* `Nick Coghlan's concerns about mutability + `__ Copyright ===========