marking pep 305 final
This commit is contained in:
parent
c42a1b6053
commit
000b0e0bbc
|
@ -107,7 +107,6 @@ Index by Category
|
|||
S 302 New Import Hooks JvR
|
||||
S 303 Extend divmod() for Multiple Divisors Bellman
|
||||
S 304 Controlling Generation of Bytecode Files Montanaro
|
||||
S 305 CSV File API Montanaro, et al
|
||||
S 310 Reliable Acquisition/Release Pairs Hudson, Moore
|
||||
S 312 Simple Implicit Lambda Suzi, Martelli
|
||||
S 313 Adding Roman Numeral Literals to Python Meyer
|
||||
|
@ -162,6 +161,7 @@ Index by Category
|
|||
SF 285 Adding a bool type GvR
|
||||
SF 289 Generator Expressions Hettinger
|
||||
SF 293 Codec Error Handling Callbacks Dörwald
|
||||
SF 305 CSV File API Montanaro, et al
|
||||
SF 307 Extensions to the pickle protocol GvR, Peters
|
||||
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
||||
SF 322 Reverse Iteration Hettinger
|
||||
|
@ -328,7 +328,7 @@ Numerical Index
|
|||
S 302 New Import Hooks JvR
|
||||
S 303 Extend divmod() for Multiple Divisors Bellman
|
||||
S 304 Controlling Generation of Bytecode Files Montanaro
|
||||
S 305 CSV File API Montanaro, et al
|
||||
SF 305 CSV File API Montanaro, et al
|
||||
I 306 How to Change Python's Grammar Hudson
|
||||
SF 307 Extensions to the pickle protocol GvR, Peters
|
||||
SR 308 If-then-else expression GvR, Hettinger
|
||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: Kevin Altis, Dave Cole, Andrew McNamara, Skip Montanaro, Cliff Wells
|
||||
Discussions-To: <csv@mail.mojam.com>
|
||||
Status: Draft
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 26-Jan-2003
|
||||
|
|
Loading…
Reference in New Issue