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