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 ascription
Recipients
Date 2007-05-15.11:42:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python feature

Functools gains a new decorator.

`Defaults' allows its caller to placehold non-None defaults; it becomes unnecessary to know the value a place defaults to.

It might be useful in cases where you want the calling signature to look alike for a group of dispatched functions and the added overhead the decorator adds isn't a problem.  But you probably wouldn't want that overhead all the time, so having it as an optional decorator would be good. -Ron Adam
History
Date User Action Args
2007-08-23 16:12:50adminlinkissue1719222 messages
2007-08-23 16:12:50admincreate