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

Jeremy Hylton jhylton@users.sourceforge.net
Wed, 11 Apr 2001 06:53:37 -0700


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

Modified Files:
	test_extcall 
Log Message:
Test cases for examples of ext call error handling.
Fix to SF bug #414743 based on Michael Hudson's patch #414750.


Index: test_extcall
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_extcall,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** test_extcall	2001/01/21 18:52:02	1.7
--- test_extcall	2001/04/11 13:53:35	1.8
***************
*** 26,30 ****
--- 26,35 ----
  h() got an unexpected keyword argument 'e'
  h() argument after * must be a sequence
+ dir() argument after * must be a sequence
+ None object argument after * must be a sequence
  h() argument after ** must be a dictionary
+ dir() argument after ** must be a dictionary
+ None object argument after ** must be a dictionary
+ dir() got multiple values for keyword argument 'b'
  3 512 1
  3