Implement and apply PEP 322, reverse iteration

This commit is contained in:
Raymond Hettinger 2003-11-06 14:07:17 +00:00
parent 82963ef0a0
commit f5e491d9f9
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,6 @@ Index by Category
S 318 Function/Method Decorator Syntax Smith S 318 Function/Method Decorator Syntax Smith
S 319 Python Synchronize/Asynchronize Block Pelletier S 319 Python Synchronize/Asynchronize Block Pelletier
S 321 Date/Time Parsing and Formatting Kuchling S 321 Date/Time Parsing and Formatting Kuchling
S 322 Reverse Iteration Hettinger
S 323 Copyable Iterators Martelli S 323 Copyable Iterators Martelli
S 754 IEEE 754 Floating Point Special Values Warnes S 754 IEEE 754 Floating Point Special Values Warnes
@ -160,6 +159,7 @@ Index by Category
SF 285 Adding a bool type GvR SF 285 Adding a bool type GvR
SF 293 Codec Error Handling Callbacks Dörwald SF 293 Codec Error Handling Callbacks Dörwald
SF 311 Simplified GIL Acquisition for Extensions Hammond SF 311 Simplified GIL Acquisition for Extensions Hammond
SF 322 Reverse Iteration Hettinger
Empty PEPs (or containing only an abstract) Empty PEPs (or containing only an abstract)
@ -337,7 +337,7 @@ Numerical Index
S 319 Python Synchronize/Asynchronize Block Pelletier S 319 Python Synchronize/Asynchronize Block Pelletier
I 320 Python 2.4 Release Schedule Warsaw I 320 Python 2.4 Release Schedule Warsaw
S 321 Date/Time Parsing and Formatting Kuchling S 321 Date/Time Parsing and Formatting Kuchling
S 322 Reverse Iteration Hettinger SF 322 Reverse Iteration Hettinger
SR 666 Reject Foolish Indentation Creighton SR 666 Reject Foolish Indentation Creighton
S 754 IEEE 754 Floating Point Special Values Warnes S 754 IEEE 754 Floating Point Special Values Warnes