[Python-checkins] CVS: python/dist/src/Lib/test/output test_grammar,1.4,1.5

Barry Warsaw python-dev@python.org
Mon, 21 Aug 2000 08:46:52 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25061

Modified Files:
	test_grammar 
Log Message:
PEP 214, Extended print Statement, has been accepted by the BDFL.

Additional test cases for the extended print form.


Index: test_grammar
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_grammar,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** test_grammar	2000/08/12 18:09:51	1.4
--- test_grammar	2000/08/21 15:46:50	1.5
***************
*** 20,23 ****
--- 20,27 ----
  1 2 3
  1 1 1
+ extended print_stmt
+ 1 2 3
+ 1 2 3
+ 1 1 1
  del_stmt
  pass_stmt