Officially take office. Reject PEP 270.

This commit is contained in:
David Goodger 2002-11-06 05:40:39 +00:00
parent 3906d98f25
commit 9b7cec2cd0
1 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,8 @@ PEP: 0
Title: Index of Python Enhancement Proposals (PEPs)
Version: $Revision$
Last-Modified: $Date$
Author: Barry A. Warsaw <barry@zope.com>
Author: David Goodger <goodger@python.org>,
Barry A. Warsaw <barry@zope.com>
Status: Active
Type: Informational
Created: 13-Jul-2000
@ -28,7 +29,7 @@ Index by Category
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 2 Procedure for Adding New Modules Faassen
I 3 Guidelines for Handling Bug Reports Hylton
@ -81,7 +82,6 @@ Index by Category
S 267 Optimized Access to Module Namespaces Hylton
S 268 Extended HTTP functionality and WebDAV Stein
S 269 Pgen Module for Python Riehl
S 270 uniq method for list objects Petrone
S 273 Import Modules from Zip Archives Ahlstrom
S 274 Dict Comprehensions Warsaw
S 275 Switching on Multiple Values Lemburg
@ -160,6 +160,7 @@ Index by Category
SR 244 The `directive' Statement von Loewis
SR 259 Omit printing newline after newline van Rossum
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
SD 288 Generators Attributes and Exceptions Hettinger
SR 289 Generator Comprehensions Hettinger
@ -261,7 +262,7 @@ Numerical Index
S 267 Optimized Access to Module Namespaces Hylton
S 268 Extended HTTP functionality and WebDAV Stein
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
IF 272 API for Block Encryption Algorithms v1.0 Kuchling
S 273 Import Modules from Zip Archives Ahlstrom