Update of /cvsroot/python/python/dist/src/Lib/test/output In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10692/output Modified Files: 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.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** test_extcall 3 Apr 2002 22:41:50 -0000 1.13 --- test_extcall 21 Feb 2004 21:03:30 -0000 1.14 *************** *** 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}