[ python-Bugs-1719222 ] new functools

SourceForge.net noreply at sourceforge.net
Tue May 15 13:42:21 CEST 2007


Bugs item #1719222, was opened at 2007-05-15 06:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1719222&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Aaron Brady (ascription)
Assigned to: Nobody/Anonymous (nobody)
Summary: new functools

Initial Comment:
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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1719222&group_id=5470


More information about the Python-bugs-list mailing list