Officially take office. Reject PEP 270.
This commit is contained in:
parent
3906d98f25
commit
9b7cec2cd0
|
@ -2,7 +2,8 @@ PEP: 0
|
||||||
Title: Index of Python Enhancement Proposals (PEPs)
|
Title: Index of Python Enhancement Proposals (PEPs)
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Barry A. Warsaw <barry@zope.com>
|
Author: David Goodger <goodger@python.org>,
|
||||||
|
Barry A. Warsaw <barry@zope.com>
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 13-Jul-2000
|
Created: 13-Jul-2000
|
||||||
|
@ -28,7 +29,7 @@ Index by Category
|
||||||
|
|
||||||
Meta-PEPs (PEPs about PEPs or Process)
|
Meta-PEPs (PEPs about PEPs or Process)
|
||||||
|
|
||||||
I 0 Index of Python Enhancement Proposals Warsaw
|
I 0 Index of Python Enhancement Proposals Goodger, Warsaw
|
||||||
I 1 PEP Guidelines Warsaw, Hylton
|
I 1 PEP Guidelines Warsaw, Hylton
|
||||||
I 2 Procedure for Adding New Modules Faassen
|
I 2 Procedure for Adding New Modules Faassen
|
||||||
I 3 Guidelines for Handling Bug Reports Hylton
|
I 3 Guidelines for Handling Bug Reports Hylton
|
||||||
|
@ -81,7 +82,6 @@ Index by Category
|
||||||
S 267 Optimized Access to Module Namespaces Hylton
|
S 267 Optimized Access to Module Namespaces Hylton
|
||||||
S 268 Extended HTTP functionality and WebDAV Stein
|
S 268 Extended HTTP functionality and WebDAV Stein
|
||||||
S 269 Pgen Module for Python Riehl
|
S 269 Pgen Module for Python Riehl
|
||||||
S 270 uniq method for list objects Petrone
|
|
||||||
S 273 Import Modules from Zip Archives Ahlstrom
|
S 273 Import Modules from Zip Archives Ahlstrom
|
||||||
S 274 Dict Comprehensions Warsaw
|
S 274 Dict Comprehensions Warsaw
|
||||||
S 275 Switching on Multiple Values Lemburg
|
S 275 Switching on Multiple Values Lemburg
|
||||||
|
@ -160,6 +160,7 @@ Index by Category
|
||||||
SR 244 The `directive' Statement von Loewis
|
SR 244 The `directive' Statement von Loewis
|
||||||
SR 259 Omit printing newline after newline van Rossum
|
SR 259 Omit printing newline after newline van Rossum
|
||||||
SD 262 Database of Installed Python Packages Kuchling
|
SD 262 Database of Installed Python Packages Kuchling
|
||||||
|
SR 270 uniq method for list objects Petrone
|
||||||
SR 271 Prefixing sys.path by command line option Giacometti
|
SR 271 Prefixing sys.path by command line option Giacometti
|
||||||
SD 288 Generators Attributes and Exceptions Hettinger
|
SD 288 Generators Attributes and Exceptions Hettinger
|
||||||
SR 289 Generator Comprehensions Hettinger
|
SR 289 Generator Comprehensions Hettinger
|
||||||
|
@ -261,7 +262,7 @@ Numerical Index
|
||||||
S 267 Optimized Access to Module Namespaces Hylton
|
S 267 Optimized Access to Module Namespaces Hylton
|
||||||
S 268 Extended HTTP functionality and WebDAV Stein
|
S 268 Extended HTTP functionality and WebDAV Stein
|
||||||
S 269 Pgen Module for Python Riehl
|
S 269 Pgen Module for Python Riehl
|
||||||
S 270 uniq method for list objects Petrone
|
SR 270 uniq method for list objects Petrone
|
||||||
SR 271 Prefixing sys.path by command line option Giacometti
|
SR 271 Prefixing sys.path by command line option Giacometti
|
||||||
IF 272 API for Block Encryption Algorithms v1.0 Kuchling
|
IF 272 API for Block Encryption Algorithms v1.0 Kuchling
|
||||||
S 273 Import Modules from Zip Archives Ahlstrom
|
S 273 Import Modules from Zip Archives Ahlstrom
|
||||||
|
|
Loading…
Reference in New Issue