Argument Precedence (possible bug?)

vbgunz vbgunz at gmail.com
Sun Mar 5 07:42:14 EST 2006


Please forgive my call()

Change this:
argPrecedence('arg1', arg3='arg3', arg2='arg2', arg5='arg5')

to this:
argPrecedence('arg1', par3='arg3', par2='arg2', arg5='arg5')

Thanks!




More information about the Python-list mailing list