<[EMAIL PROTECTED]> wrote: > def function(arg=otherfunction(value)): > return arg > > My expectation would have been that otherfunction(value) would be > called if (and only if) the arg keyword parameter was missing from the > function() call (ie. the optional value is evaluated the lazy way).
what otherfunction? what value? </F> -- http://mail.python.org/mailman/listinfo/python-list