Skip to content

Commit

Permalink
Mark PEP 212 as Rejected (GH-421)
Browse files Browse the repository at this point in the history
- author unreachable
- enumerate() covers the use case

Closes #207
  • Loading branch information
Mariatta authored Sep 13, 2017
1 parent 5d965ca commit 7746054
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pep-0212.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@ 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
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
============

Expand Down Expand Up @@ -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/


..
Expand Down

0 comments on commit 7746054

Please sign in to comment.