Mark PEP 302 as final (despite the docs being incomplete).
This commit is contained in:
parent
e31746e7fc
commit
dea9d362fc
|
@ -74,7 +74,6 @@ Index by Category
|
||||||
|
|
||||||
Accepted PEPs (accepted; may not be implemented yet)
|
Accepted PEPs (accepted; may not be implemented yet)
|
||||||
|
|
||||||
SA 302 New Import Hooks JvR, Moore
|
|
||||||
SA 358 The "bytes" Object Schemenauer, GvR
|
SA 358 The "bytes" Object Schemenauer, GvR
|
||||||
SA 3106 Revamping dict.keys(), .values() & .items() GvR
|
SA 3106 Revamping dict.keys(), .values() & .items() GvR
|
||||||
SA 3109 Raising Exceptions in Python 3000 Winter
|
SA 3109 Raising Exceptions in Python 3000 Winter
|
||||||
|
@ -151,6 +150,7 @@ Index by Category
|
||||||
SF 292 Simpler String Substitutions Warsaw
|
SF 292 Simpler String Substitutions Warsaw
|
||||||
SF 293 Codec Error Handling Callbacks Dörwald
|
SF 293 Codec Error Handling Callbacks Dörwald
|
||||||
SF 301 Package Index and Metadata for Distutils Jones
|
SF 301 Package Index and Metadata for Distutils Jones
|
||||||
|
SF 302 New Import Hooks JvR, Moore
|
||||||
SF 305 CSV File API Montanaro, et al
|
SF 305 CSV File API Montanaro, et al
|
||||||
SF 307 Extensions to the pickle protocol GvR, Peters
|
SF 307 Extensions to the pickle protocol GvR, Peters
|
||||||
SF 308 Conditional Expressions GvR, Hettinger
|
SF 308 Conditional Expressions GvR, Hettinger
|
||||||
|
@ -398,7 +398,7 @@ Numerical Index
|
||||||
SW 298 The Locked Buffer Interface Heller
|
SW 298 The Locked Buffer Interface Heller
|
||||||
SR 299 Special __main__() function in modules Epler
|
SR 299 Special __main__() function in modules Epler
|
||||||
SF 301 Package Index and Metadata for Distutils Jones
|
SF 301 Package Index and Metadata for Distutils Jones
|
||||||
SA 302 New Import Hooks JvR, Moore
|
SF 302 New Import Hooks JvR, Moore
|
||||||
SR 303 Extend divmod() for Multiple Divisors Bellman
|
SR 303 Extend divmod() for Multiple Divisors Bellman
|
||||||
SW 304 Controlling Generation of Bytecode Files Montanaro
|
SW 304 Controlling Generation of Bytecode Files Montanaro
|
||||||
SF 305 CSV File API Montanaro, et al
|
SF 305 CSV File API Montanaro, et al
|
||||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Just van Rossum <just@letterror.com>,
|
Author: Just van Rossum <just@letterror.com>,
|
||||||
Paul Moore <gustav@morpheus.demon.co.uk>
|
Paul Moore <gustav@morpheus.demon.co.uk>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/plain
|
Content-Type: text/plain
|
||||||
Created: 19-Dec-2002
|
Created: 19-Dec-2002
|
||||||
|
@ -12,12 +12,6 @@ Python-Version: 2.3
|
||||||
Post-History: 19-Dec-2002
|
Post-History: 19-Dec-2002
|
||||||
|
|
||||||
|
|
||||||
Status Inquiry
|
|
||||||
|
|
||||||
Is this PEP ready to be marked as final? Are there any parts left
|
|
||||||
unimplemented?
|
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
||||||
This PEP proposes to add a new set of import hooks that offer better
|
This PEP proposes to add a new set of import hooks that offer better
|
||||||
|
|
Loading…
Reference in New Issue