[Python-checkins]
python/dist/src/Lib/test/output test_extcall, 1.13, 1.13.18.1
pedronis at users.sourceforge.net
pedronis at users.sourceforge.net
Sat Feb 21 16:00:40 EST 2004
Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10123/output
Modified Files:
Tag: release23-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.13
retrieving revision 1.13.18.1
diff -C2 -d -r1.13 -r1.13.18.1
*** test_extcall 3 Apr 2002 22:41:50 -0000 1.13
--- test_extcall 21 Feb 2004 21:00:36 -0000 1.13.18.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