This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gsakkis
Recipients gsakkis
Date 2009-05-15.01:46:37
SpamBayes Score 0.0005468451
Marked as misclassified No
Message-id <1242352000.73.0.623041933997.issue3135@psf.upfronthosting.co.za>
In-reply-to
Content
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)".
History
Date User Action Args
2009-05-15 01:46:40gsakkissetrecipients: + gsakkis
2009-05-15 01:46:40gsakkissetmessageid: <1242352000.73.0.623041933997.issue3135@psf.upfronthosting.co.za>
2009-05-15 01:46:38gsakkislinkissue3135 messages
2009-05-15 01:46:38gsakkiscreate