[Python-checkins] python/nondist/peps pep-0000.txt,1.196,1.197

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 22 Jul 2002 13:45:26 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 295, Interpretation of multiline string constants, Koltsov


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.196
retrieving revision 1.197
diff -C2 -d -r1.196 -r1.197
*** pep-0000.txt	15 Jul 2002 18:37:26 -0000	1.196
--- pep-0000.txt	22 Jul 2002 20:45:24 -0000	1.197
***************
*** 101,104 ****
--- 101,105 ----
   S   293  Codec Error Handling Callbacks               Dörwald
   S   294  Type Names in the types Module               Tirosh
+  S   295  Interpretation of multiline string constants Koltsov
  
   Finished PEPs (done, implemented in CVS)
***************
*** 280,283 ****
--- 281,285 ----
   S   293  Codec Error Handling Callbacks               Dörwald
   S   294  Type Names in the types Module               Tirosh
+  S   295  Interpretation of multiline string constants Koltsov
   SR  666  Reject Foolish Indentation                   Creighton
  
***************
*** 320,323 ****
--- 322,326 ----
      Hylton, Jeremy           jeremy@zope.com
      Jansen, Jack             jack@cwi.nl
+     Koltsov, Stepan          yozh@mx1.ru
      Kuchling, Andrew         akuchlin@mems-exchange.org
      Lemburg, Marc-Andre      mal@lemburg.com