[Python-checkins] CVS: python/dist/src/Lib/test/output test_extcall,1.11,1.12

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 24 Aug 2001 12:46:23 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv29640/Lib/test/output

Modified Files:
	test_extcall 
Log Message:
Undo previous checkin -- Barry fixed it better.

Index: test_extcall
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_extcall,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** test_extcall	2001/08/24 19:31:43	1.11
--- test_extcall	2001/08/24 19:46:21	1.12
***************
*** 35,40 ****
  3
  3
- unbound method method() must be called with Foo instance as first argument (got int instance instead)
- unbound method method() must be called with Foo instance as first argument (got int instance instead)
  za () {} -> za() takes exactly 1 argument (0 given)
  za () {'a': 'aa'} -> ok za aa B D E V a
--- 35,38 ----