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
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to