George Sakkis <[email protected]> added the comment: I updated the recipe to also return a `missing_args` tuple - the tuple of the formal parameters whose value was not provided. This is useful in cases where one want to distinguish f() from f(None) given "def f(x=None)".
---------- versions: +Python 2.7 -Python 2.6 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue3135> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
