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

Barry Warsaw python-dev@python.org
Mon, 24 Jul 2000 12:01:29 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 215, String Interpolation, owned by ping


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** pep-0000.txt	2000/07/24 17:37:59	1.9
--- pep-0000.txt	2000/07/24 19:01:22	1.10
***************
*** 34,37 ****
--- 34,38 ----
       213 pep-0213.txt  Attribute Access Handlers            prescod
       214 pep-0214.txt  Extended Print Statement             bwarsaw
+      215 pep-0215.txt  String Interpolation                 ping