From 7bdf881f9499f0f20e3aa486ee031cadaa286b00 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 1 Aug 2023 04:49:27 +0100 Subject: [PATCH] PEP 292: Resolve unreferenced footnotes (#3222) * PEP 292: Resolve unreferenced footnotes * Update links --- pep-0292.txt | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pep-0292.txt b/pep-0292.txt index e469936a3..11660661d 100644 --- a/pep-0292.txt +++ b/pep-0292.txt @@ -114,7 +114,7 @@ library documentation. Why ``$`` and Braces? ===================== -The BDFL said it best [4]_: "The ``$`` means "substitution" in so many +The BDFL said it best [3]_: "The ``$`` means "substitution" in so many languages besides Perl that I wonder where you've been. [...] We're copying this from the shell." @@ -184,24 +184,20 @@ string/unicode like ``%``-operator substitution syntax. Reference Implementation ======================== -The implementation has been committed to the Python 2.4 source tree. - +The implementation [4]_ has been committed to the Python 2.4 source tree. References ========== .. [1] String Formatting Operations - http://docs.python.org/library/stdtypes.html#string-formatting-operations + https://docs.python.org/release/2.6/library/stdtypes.html#string-formatting-operations .. [2] Identifiers and Keywords - http://docs.python.org/reference/lexical_analysis.html#identifiers-and-keywords + https://docs.python.org/release/2.6/reference/lexical_analysis.html#identifiers-and-keywords -.. [3] Guido's python-dev posting from 21-Jul-2002 - https://mail.python.org/pipermail/python-dev/2002-July/026397.html +.. [3] https://mail.python.org/pipermail/python-dev/2002-June/025652.html -.. [4] https://mail.python.org/pipermail/python-dev/2002-June/025652.html - -.. [5] Reference Implementation +.. [4] Reference Implementation http://sourceforge.net/tracker/index.php?func=detail&aid=1014055&group_id=5470&atid=305470 Copyright