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 barry, jkloth, larry, ncoghlan, python-dev, serhiy.storchaka
Date 2014-01-07.20:06:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389125180.91.0.333841110528.issue20144@psf.upfronthosting.co.za>
In-reply-to
Content
Argument Clinic now supports simple constants like "sys.maxsize" as default values for arguments for builtins.  I'm assuming this gets you basically what you wanted; if this isn't sufficient please open a new issue.
History
Date User Action Args
2014-01-07 20:06:20larrysetrecipients: + larry, barry, ncoghlan, jkloth, python-dev, serhiy.storchaka
2014-01-07 20:06:20larrysetmessageid: <1389125180.91.0.333841110528.issue20144@psf.upfronthosting.co.za>
2014-01-07 20:06:20larrylinkissue20144 messages
2014-01-07 20:06:20larrycreate