Mark PEP 212 as Rejected (GH-421)

- author unreachable
- enumerate() covers the use case

Closes https://github.com/python/peps/issues/207
This commit is contained in:
Mariatta 2017-09-12 21:06:37 -07:00 committed by GitHub
parent 5d965ca285
commit 774605456f
1 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Title: Loop Counter Iteration
Version: $Revision$
Last-Modified: $Date$
Author: nowonder@nowonder.de (Peter Schneider-Kamp)
Status: Deferred
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 22-Aug-2000
@ -11,6 +11,14 @@ Python-Version: 2.1
Post-History:
Rejection Notice
================
This PEP has been rejected. ``enumerate()``, introduced in PEP 279 [6]_,
covers the use-case proposed in this PEP, and the PEP author has been
unreachable.
Introduction
============
@ -175,6 +183,8 @@ References
.. [5] http://sourceforge.net/patch/download.php?id=101178
.. [6] PEP 279, The enumerate() built-in function, Hettinger
https://www.python.org/dev/peps/pep-0279/
..