[Python-checkins] python/nondist/peps pep-0000.txt,1.186,1.187

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 18 Jun 2002 19:54:00 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv8981

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 292, Simpler String Substitutions, Warsaw


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.186
retrieving revision 1.187
diff -C2 -d -r1.186 -r1.187
*** pep-0000.txt	17 Jun 2002 12:03:22 -0000	1.186
--- pep-0000.txt	19 Jun 2002 02:53:58 -0000	1.187
***************
*** 96,99 ****
--- 96,100 ----
   S   287  reStructuredText Standard Docstring Format   Goodger
   I   291  Backward Compatibility for Standard Library  Norwitz
+  S   292  Simpler String Substitutions                 Warsaw
  
   Finished PEPs (done, implemented in CVS)
***************
*** 272,275 ****
--- 273,277 ----
   I   290  Code Migration and Modernization             Hettinger
   I   291  Backward Compatibility for Standard Library  Norwitz
+  S   292  Simpler String Substitutions                 Warsaw
   SR  666  Reject Foolish Indentation                   Creighton