Implement and apply PEP 322, reverse iteration
This commit is contained in:
parent
82963ef0a0
commit
f5e491d9f9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue