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 ncoghlan
Recipients Claudiu.Popa, larry, michael.foord, ncoghlan, terry.reedy, yselivanov
Date 2014-01-19.12:15:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7eUmkai7ia_YmqXWT9ej_y87JNjFLB0qEjhPRHyN82u+A@mail.gmail.com>
In-reply-to <1390128283.34.0.158345143237.issue17481@psf.upfronthosting.co.za>
Content
Sounds reasonable - we'll need that to convert range() and slice()
anyway (I totally failed at finding time to look at the builtins this
weekend, but I'd still like to handle those before the 3rd beta).

An alternative would be to actually add "ParameterGroup" as a new
class that contains parameters (assuming tuple isn't sufficient), so
the structure of the parameters more directly matches the underlying
signature.
History
Date User Action Args
2014-01-19 12:15:03ncoghlansetrecipients: + ncoghlan, terry.reedy, larry, michael.foord, Claudiu.Popa, yselivanov
2014-01-19 12:15:03ncoghlanlinkissue17481 messages
2014-01-19 12:15:03ncoghlancreate