-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEP 3114: Resolve unreferenced footnotes (#3257)
- Loading branch information
Showing
1 changed file
with
2 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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: |