[Python-ideas] Moving return above statements [was Re: Syntax for defining parametric decorators]
Nick Coghlan
ncoghlan at gmail.com
Thu Jul 12 11:39:44 CEST 2012
On Thu, Jul 12, 2012 at 7:32 PM, Stephen J. Turnbull <stephen at xemacs.org> wrote:
> With respect to the idea itself, I'm a little concerned that in the
> case of the decorator, the idea is to deemphasize the decoration in
> favor of focusing on the decorated definition, while in the case of
> the "in" clause, the idea is to deemphasize the definition in favor of
> focusing on the "decorating" statement.
There are many reasons PEP 403 is something I pick up and improve as
the urge strikes me rather than something I treat with any urgency :)
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-ideas
mailing list