[Python-Dev] Re: PEP 614: Relaxing Grammar Restrictions On Decorators

2020-02-22 Thread Brandt Bucher
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 ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an e

[Python-Dev] Re: PEP 614: Relaxing Grammar Restrictions On Decorators

2020-02-22 Thread Nick Coghlan
On Wed., 19 Feb. 2020, 5:07 pm Brandt Bucher, 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 o