Fredrik Lundh schrieb: > .... > > def foo(x, y=True) > > def foo(x=True, y) > > the latter is a syntax error. > ... > > the defaults array contains the defaults for the len(defaults) last arguments.
And again the own stupidity: I didn't check all my testcases for syntax
errors.
Thanks a lot,
Stefan
--
http://mail.python.org/mailman/listinfo/python-list
