Skip to content

Commit

Permalink
PEP 3114: Resolve unreferenced footnotes (#3257)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Aug 3, 2023
1 parent 8db2a70 commit d3b6a25
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions pep-3114.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PEP: 3114
Title: Renaming iterator.next() to iterator.__next__()
Version: $Revision$
Last-Modified: $Date$
Author: Ka-Ping Yee <[email protected]>
Status: Final
Type: Standards Track
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:

0 comments on commit d3b6a25

Please sign in to comment.