PEP 232: Resolve unreferenced footnotes (#3219)

This commit is contained in:
Adam Turner 2023-08-02 00:02:36 +01:00 committed by GitHub
parent 7bdf881f94
commit 6d83386a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 14 deletions

View File

@ -174,7 +174,9 @@ the 2.1 release.
syntactic support for conveniently setting. It may be syntactic support for conveniently setting. It may be
worthwhile to eventually enhance the language for supporting worthwhile to eventually enhance the language for supporting
easy function attribute setting. Here are some syntaxes easy function attribute setting. Here are some syntaxes
suggested by PEP reviewers:: suggested by PEP reviewers: [3]_
.. code:: python
def a { def a {
'publish' : 1, 'publish' : 1,
@ -243,25 +245,15 @@ References
========== ==========
.. [1] Aycock, "Compiling Little Languages in Python", .. [1] Aycock, "Compiling Little Languages in Python",
http://www.foretec.com/python/workshops/1998-11/proceedings/papers/aycock-little/aycock-little.html https://legacy.python.org/workshops/1998-11/proceedings/papers/aycock-little/aycock-little.html
.. [2] http://classic.zope.org:8080/Documentation/Reference/ORB .. [2] https://web.archive.org/web/20010307022153/http://classic.zope.org:8080/Documentation/Reference/ORB
.. [3] Hudson, Michael, SourceForge patch implementing this syntax, .. [3] Hudson, Michael, SourceForge patch implementing this syntax,
http://sourceforge.net/tracker/index.php?func=detail&aid=403441&group_id=5470&atid=305470 https://web.archive.org/web/20010901050535/http://sourceforge.net/tracker/index.php?func=detail&aid=403441&group_id=5470&atid=305470
Copyright Copyright
========= =========
This document has been placed in the public domain. This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: