PEP 292: Resolve unreferenced footnotes (#3222)

* PEP 292: Resolve unreferenced footnotes

* Update links
This commit is contained in:
Adam Turner 2023-08-01 04:49:27 +01:00 committed by GitHub
parent 3f3138b6d0
commit 7bdf881f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 10 deletions

View File

@ -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