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 rmccampbell7
Recipients r.david.murray, rmccampbell7, yselivanov
Date 2014-06-14.13:49:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402753757.42.0.809800195887.issue21684@psf.upfronthosting.co.za>
In-reply-to
Content
If this is decided against, a partial solution would be to set the "default" attribute of VAR_POSITIONAL and VAR_KEYWORD args to an empty tuple/dict, respectively. Then you could get a parameter's value no matter what with boundargs.get(param.name, param.default).
History
Date User Action Args
2014-06-14 13:49:17rmccampbell7setrecipients: + rmccampbell7, r.david.murray, yselivanov
2014-06-14 13:49:17rmccampbell7setmessageid: <1402753757.42.0.809800195887.issue21684@psf.upfronthosting.co.za>
2014-06-14 13:49:17rmccampbell7linkissue21684 messages
2014-06-14 13:49:17rmccampbell7create