From f5e491d9f90b4deeb42401b04936924ad2d48d4a Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 6 Nov 2003 14:07:17 +0000 Subject: [PATCH] Implement and apply PEP 322, reverse iteration --- pep-0000.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 7497d5f8e..1f9228af5 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -118,7 +118,6 @@ Index by Category S 318 Function/Method Decorator Syntax Smith S 319 Python Synchronize/Asynchronize Block Pelletier S 321 Date/Time Parsing and Formatting Kuchling - S 322 Reverse Iteration Hettinger S 323 Copyable Iterators Martelli S 754 IEEE 754 Floating Point Special Values Warnes @@ -160,6 +159,7 @@ Index by Category SF 285 Adding a bool type GvR SF 293 Codec Error Handling Callbacks Dörwald SF 311 Simplified GIL Acquisition for Extensions Hammond + SF 322 Reverse Iteration Hettinger Empty PEPs (or containing only an abstract) @@ -337,7 +337,7 @@ Numerical Index S 319 Python Synchronize/Asynchronize Block Pelletier I 320 Python 2.4 Release Schedule Warsaw S 321 Date/Time Parsing and Formatting Kuchling - S 322 Reverse Iteration Hettinger + SF 322 Reverse Iteration Hettinger SR 666 Reject Foolish Indentation Creighton S 754 IEEE 754 Floating Point Special Values Warnes