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 serprex
Recipients collinwinter, gregory_p, serprex
Date 2010-01-07.21:36:21
SpamBayes Score 0.00021436799
Marked as misclassified No
Message-id <1262900182.96.0.097635819453.issue1506122@psf.upfronthosting.co.za>
In-reply-to
Content
A type safe compose could be useful. One which instead of returning a function that takes (*args,**kwargs), takes the same as the first function which the arguments would be passed to. Copying a functions argument semantics would be useful in general, such as for decorators
History
Date User Action Args
2010-01-07 21:36:23serprexsetrecipients: + serprex, collinwinter, gregory_p
2010-01-07 21:36:22serprexsetmessageid: <1262900182.96.0.097635819453.issue1506122@psf.upfronthosting.co.za>
2010-01-07 21:36:21serprexlinkissue1506122 messages
2010-01-07 21:36:21serprexcreate