[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.17,1.18

Barry Warsaw python-dev@python.org
Mon, 31 Jul 2000 13:20:54 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11500

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 218, Adding a Built-In Set Object Type, assigned to gvwilson.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** pep-0000.txt	2000/07/31 20:15:48	1.17
--- pep-0000.txt	2000/07/31 20:20:52	1.18
***************
*** 39,42 ****
--- 39,43 ----
       216  pep-0216.txt  Docstring Format                     moshez
       217  pep-0217.txt  Display Hook for Interactive Use     moshez
+      218  pep-0218.txt  Adding a Built-In Set Object Type    gvwilson