[Python-checkins] python/dist/src/Lib/test/output test_extcall, 1.12, 1.12.14.1

pedronis at users.sourceforge.net pedronis at users.sourceforge.net
Sat Feb 21 15:58:08 EST 2004


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9516/output

Modified Files:
      Tag: release22-maint
	test_extcall 
Log Message:
adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator.


Index: test_extcall
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_extcall,v
retrieving revision 1.12
retrieving revision 1.12.14.1
diff -C2 -d -r1.12 -r1.12.14.1
*** test_extcall	24 Aug 2001 19:46:21 -0000	1.12
--- test_extcall	21 Feb 2004 20:58:04 -0000	1.12.14.1
***************
*** 18,21 ****
--- 18,22 ----
  1 (2, 3, 4, 5) {}
  0 (1, 2) {}
+ 0 (1, 2, 3) {}
  1 () {'a': 1, 'b': 2, 'c': 3, 'd': 4}
  {'a': 1, 'b': 2, 'c': 3}




More information about the Python-checkins mailing list