PEP 3114: Resolve unreferenced footnotes (#3257)

This commit is contained in:
Adam Turner 2023-08-03 13:24:39 +01:00 committed by GitHub
parent 8db2a70895
commit d3b6a25b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 15 deletions

View File

@ -1,7 +1,5 @@
PEP: 3114
Title: Renaming iterator.next() to iterator.__next__()
Version: $Revision$
Last-Modified: $Date$
Author: Ka-Ping Yee <ping@zesty.ca>
Status: Final
Type: Standards Track
@ -177,7 +175,7 @@ following conditions [5]_:
Approval
========
This PEP was accepted by Guido on March 6, 2007 [5]_.
This PEP was accepted by Guido on March 6, 2007 [6]_.
Implementation
@ -197,7 +195,7 @@ References
https://mail.python.org/pipermail/python-3000/2007-March/005965.html
.. [3] 2to3 refactoring tool
http://svn.python.org/view/sandbox/trunk/2to3/
https://github.com/python/cpython/tree/ef04c44e29a8276a484f58d03a75a2dec516302d/Lib/lib2to3
.. [4] PEP: rename it.next() to it.__next__()... (Collin Winter)
https://mail.python.org/pipermail/python-3000/2007-March/006020.html
@ -213,14 +211,3 @@ Copyright
=========
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: