Mark PEP 273 as final
This commit is contained in:
parent
2ec10183fb
commit
28d9c521f0
|
@ -89,7 +89,6 @@ Index by Category
|
|||
S 266 Optimizing Global Variable/Attribute Access Montanaro
|
||||
S 267 Optimized Access to Module Namespaces Hylton
|
||||
S 268 Extended HTTP functionality and WebDAV Stein
|
||||
S 273 Import Modules from Zip Archives Ahlstrom
|
||||
S 274 Dict Comprehensions Warsaw
|
||||
S 275 Switching on Multiple Values Lemburg
|
||||
S 276 Simple Iterator for ints Althoff
|
||||
|
@ -157,6 +156,7 @@ Index by Category
|
|||
SF 261 Support for "wide" Unicode characters Prescod
|
||||
SF 263 Defining Python Source Code Encodings Lemburg
|
||||
SF 264 Future statements in simulated shells Hudson
|
||||
SF 273 Import Modules from Zip Archives Ahlstrom
|
||||
SF 277 Unicode file name support for Windows NT Hodgson
|
||||
SF 279 The enumerate() built-in function Hettinger
|
||||
SF 282 A Logging System Sajip, Mick
|
||||
|
@ -302,7 +302,7 @@ Numerical Index
|
|||
SR 270 uniq method for list objects Petrone
|
||||
SR 271 Prefixing sys.path by command line option Giacometti
|
||||
IF 272 API for Block Encryption Algorithms v1.0 Kuchling
|
||||
S 273 Import Modules from Zip Archives Ahlstrom
|
||||
SF 273 Import Modules from Zip Archives Ahlstrom
|
||||
S 274 Dict Comprehensions Warsaw
|
||||
S 275 Switching on Multiple Values Lemburg
|
||||
S 276 Simple Iterator for ints Althoff
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Import Modules from Zip Archives
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: jim@interet.com (James C. Ahlstrom)
|
||||
Status: Draft
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Created: 11-Oct-2001
|
||||
Post-History: 26-Oct-2001
|
||||
|
|
Loading…
Reference in New Issue