[Python-checkins] CVS: python/dist/src/Lib/test/output test_extcall,1.1,1.2 test_grammar,1.2,1.3

Jeremy Hylton python-dev@python.org
Tue, 28 Mar 2000 18:53:24 -0500


Update of /projects/cvsroot/python/dist/src/Lib/test/output
In directory goon.cnri.reston.va.us:/home/jhylton/python/src/Lib/test/output

Modified Files:
	test_extcall test_grammar 
Log Message:
fix previous checkin


Index: test_extcall
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Lib/test/output/test_extcall,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_extcall	2000/03/28 23:51:17	1.1
--- test_extcall	2000/03/28 23:53:22	1.2
***************
*** 5,8 ****
--- 5,10 ----
  (1, 2, 3) {}
  (1, 2, 3, 4, 5) {}
+ (1, 2, 3, 4, 5) {}
+ (1, 2, 3, 4, 5) {}
  (1, 2, 3) {'b': 5, 'a': 4}
  (1, 2, 3, 4, 5) {'b': 7, 'a': 6}
***************
*** 17,18 ****
--- 19,25 ----
  keyword parameter redefined: x
  keyword parameter redefined: b
+ keywords must be strings
+ unexpected keyword argument: e
+ * argument must be a sequence
+ ** argument must be a dictionary
+ 3 512 1

Index: test_grammar
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Lib/test/output/test_grammar,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_grammar	2000/03/28 23:51:17	1.2
--- test_grammar	2000/03/28 23:53:22	1.3
***************
*** 43,69 ****
  unary ops
  selectors
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
- .
  
  atoms
--- 43,46 ----