Record conditional acceptance of the PEP
This commit is contained in:
parent
d21c2362e1
commit
82963ef0a0
|
@ -3,7 +3,7 @@ Title: Reverse Iteration
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Raymond Hettinger <python@rcn.com>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 24-Sep-2003
|
||||
|
@ -79,6 +79,13 @@ compatible.
|
|||
|
||||
A C implementation and unit tests are at: http://www.python.org/sf/834422
|
||||
|
||||
BDFL Pronouncement
|
||||
==================
|
||||
|
||||
This PEP has been conditionally accepted for Py2.4. The condition means
|
||||
that if the function is found to be useless, it can be removed before
|
||||
Py2.4b1.
|
||||
|
||||
|
||||
Alternative Method Names
|
||||
========================
|
||||
|
|
Loading…
Reference in New Issue