[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.131,1.132
Barry Warsaw
bwarsaw@users.sourceforge.net
Fri, 07 Sep 2001 15:40:08 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv31865
Modified Files:
pep-0000.txt
Log Message:
Added PEP 270, uniq method for list objects, Jason Petrone
Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -d -r1.131 -r1.132
*** pep-0000.txt 2001/09/07 22:36:05 1.131
--- pep-0000.txt 2001/09/07 22:40:06 1.132
***************
*** 65,68 ****
--- 65,69 ----
S 268 Extended HTTP functionality and WebDAV Stein
S 269 Pgen Module for Python Riehl
+ S 270 uniq method for list objects Petrone
Py-in-the-sky PEPs (not considered for Python 2.2)
***************
*** 222,226 ****
--- 223,229 ----
S 268 Extended HTTP functionality and WebDAV Stein
S 269 Pgen Module for Python Riehl
+ S 270 uniq method for list objects Petrone
+
Key
***************
*** 257,260 ****
--- 260,264 ----
Pelletier, Michel michel@digicool.com
Peters, Tim tim@digicool.com
+ Petrone, Jason jp@demonseed.net
Prescod, Paul paul@prescod.net
Raymond, Eric esr@snark.thyrsus.com