This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Implementation PEP 322: Reverse Iteration
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: rhettinger
Priority: normal Keywords: patch

Created on 2003-11-02 06:42 by rhettinger, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rev2.diff rhettinger, 2003-11-02 09:12 Patch with tests and docs
range.diff rhettinger, 2003-11-02 23:23 Separate patch for xrange.__reversed__()
Messages (2)
msg44843 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-11-02 06:42
See attached patch.
msg44844 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-11-06 13:55
Logged In: YES 
user_id=80475

PEP was conditionally accepted for Py2.4.
Patch modified to remove the general __reversed__ hook.
Applied patch.
History
Date User Action Args
2022-04-11 14:56:00adminsetgithub: 39485
2003-11-02 06:42:16rhettingercreate