PEP 614: Relaxing Grammar Restrictions On Decorators
PEP 614 has recently completed a round of review on Python-Ideas: https://www.python.org/dev/peps/pep-0614/ It proposes that the current decorator syntax restrictions be relaxed to allow any valid expression. Nobody has raised any objections, but I wanted to gather more feedback here prior to bringing it before the Steering Council. Please let me know what you think... thanks! :)
On Wed., 19 Feb. 2020, 5:07 pm Brandt Bucher, <brandtbucher@gmail.com> wrote:
PEP 614 has recently completed a round of review on Python-Ideas:
https://www.python.org/dev/peps/pep-0614/
It proposes that the current decorator syntax restrictions be relaxed to allow any valid expression. Nobody has raised any objections, but I wanted to gather more feedback here prior to bringing it before the Steering Council.
I couldn't point you to a specific thread reference, but I think we came to consensus years ago that this was a good idea that was just in need of someone with the time and inclination to do the work :) Thank you! Cheers, Nick.
Happy to help. Since it doesn't seem like anybody has issues with the PEP, and the PR looks solid, I think I'll contact the Steering Council about moving this forward. Brandt
participants (2)
-
Brandt Bucher
-
Nick Coghlan