Re: [Python-Dev] Functools Defaults (was Python-ideas parameter omit)

2007-05-15 Thread Nick Coghlan
Aaron Brady wrote: > 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

[Python-Dev] Functools Defaults (was Python-ideas parameter omit)

2007-05-15 Thread Aaron Brady
> -Original Message- > From: Steven Bethard [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 15, 2007 1:54 AM > > On 5/15/07, Aaron Brady <[EMAIL PROTECTED]> wrote: > > You might be able to get away without a PEP, but you'll definitely > need to post an implementation patch to the bug trac