Mailing List Archive

python/nondist/peps pep-0000.txt,1.217,1.218
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv5748

Modified Files:
pep-0000.txt
Log Message:
Officially take office. Reject PEP 270.

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.217
retrieving revision 1.218
diff -C2 -d -r1.217 -r1.218
*** pep-0000.txt 31 Oct 2002 01:35:08 -0000 1.217
--- pep-0000.txt 6 Nov 2002 05:40:39 -0000 1.218
***************
*** 3,7 ****
Version: $Revision$
Last-Modified: $Date$
! Author: Barry A. Warsaw <barry@zope.com>
Status: Active
Type: Informational
--- 3,8 ----
Version: $Revision$
Last-Modified: $Date$
! Author: David Goodger <goodger@python.org>,
! Barry A. Warsaw <barry@zope.com>
Status: Active
Type: Informational
***************
*** 29,33 ****
Meta-PEPs (PEPs about PEPs or Process)

! I 0 Index of Python Enhancement Proposals Warsaw
I 1 PEP Guidelines Warsaw, Hylton
I 2 Procedure for Adding New Modules Faassen
--- 30,34 ----
Meta-PEPs (PEPs about PEPs or Process)

! I 0 Index of Python Enhancement Proposals Goodger, Warsaw
I 1 PEP Guidelines Warsaw, Hylton
I 2 Procedure for Adding New Modules Faassen
***************
*** 82,86 ****
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
--- 83,86 ----
***************
*** 161,164 ****
--- 161,165 ----
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
***************
*** 262,266 ****
S 268 Extended HTTP functionality and WebDAV Stein
S 269 Pgen Module for Python Riehl
! S 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
--- 263,267 ----
S 268 Extended HTTP functionality and WebDAV Stein
S 269 Pgen Module for Python Riehl
! 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