[Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.13,1.14

Barry Warsaw python-dev@python.org
Wed, 16 Aug 2000 08:03:56 -0700


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

Modified Files:
	pep-0200.txt 
Log Message:
Tim forgot to include PEP 214 feature under "proposed but not accepted
or declined".


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** pep-0200.txt	2000/08/16 03:17:18	1.13
--- pep-0200.txt	2000/08/16 15:03:52	1.14
***************
*** 228,231 ****
--- 228,237 ----
        wrapper around standard internationalization libraries
  
+     * Extended print statement - Barry Warsaw
+       PEP 214
+       http://python.sourceforge.net/peps/pep-0214.html
+       SF Patch #100970
+       http://sourceforge.net/patch/?func=detailpatch&patch_id=100970&group_id=5470
+ 
  
  Declined