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 larry
Recipients larry, terry.reedy, zach.ware
Date 2014-01-25.04:18:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390623529.65.0.885233873165.issue20379@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, that's a good approach.

By the way, I'm definitely going to check for "unspecified" there.  Serhiy was using that to try and trick Argument Clinic into having optional parameters without default values.  It didn't actually work--and indeed it would never have worked properly--but I feel like I need some defensive programming anyway.
History
Date User Action Args
2014-01-25 04:54:31zach.wareunlinkissue20379 messages
2014-01-25 04:18:49larrysetrecipients: + larry, terry.reedy, zach.ware
2014-01-25 04:18:49larrysetmessageid: <1390623529.65.0.885233873165.issue20379@psf.upfronthosting.co.za>
2014-01-25 04:18:49larrylinkissue20379 messages
2014-01-25 04:18:49larrycreate