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 Guido.van.Rossum
Recipients Guido.van.Rossum, abarry, benjamin.peterson, berker.peksag, dirn, eric.araujo, eric.smith, eric.snow, gvanrossum, infinity0, james, ncoghlan, peyton
Date 2016-08-01.00:39:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJ3yjZ5TMENTb3Ojtp8FGxXp7-ebb4+NCJtDgeGEDf7Cw@mail.gmail.com>
In-reply-to <1470000752.12.0.592837176995.issue19660@psf.upfronthosting.co.za>
Content
Could you link to an example decorator definition and its call site(s)
that would benefit? I'm lacking the imagination to understand what a
"dynamic decorator" might be. @spam().eggs() is not enough to help me
understand -- I understand quite well what syntax people are
requesting, but I am unclear on what they actually want to do with it.
I worry there's some extreme use of higher-order functions here that
would just get in the way of readability, but a real-world example
might dispell my fear. (That's what I meant when I said "use case".)
History
Date User Action Args
2016-08-01 00:39:34Guido.van.Rossumsetrecipients: + Guido.van.Rossum, gvanrossum, ncoghlan, eric.smith, benjamin.peterson, eric.araujo, infinity0, eric.snow, berker.peksag, dirn, james, peyton, abarry
2016-08-01 00:39:34Guido.van.Rossumlinkissue19660 messages
2016-08-01 00:39:33Guido.van.Rossumcreate