Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Support decorators PEP 318 #72

Closed
trotterdylan opened this issue Jan 9, 2017 · 5 comments
Closed

Support decorators PEP 318 #72

trotterdylan opened this issue Jan 9, 2017 · 5 comments

Comments

@trotterdylan
Copy link
Contributor

https://www.python.org/dev/peps/pep-0318/

@trotterdylan
Copy link
Contributor Author

Note that for starters it'd be nice if we would just fail hard when decorators are present in the ast.

@S-YOU
Copy link
Contributor

S-YOU commented Jan 9, 2017

@trotterdylan
Copy link
Contributor Author

trotterdylan commented Jan 9, 2017 via email

@S-YOU
Copy link
Contributor

S-YOU commented Jan 9, 2017

We can replace those with the verbose 'foo = decorator(foo)' for the time
being.

Is that mean classmethod has to be implemented first?

@trotterdylan
Copy link
Contributor Author

trotterdylan commented Jan 9, 2017 via email

pombredanne pushed a commit to pombredanne/grumpy that referenced this issue Mar 12, 2019
Travis CI: Add Python 3.6 testing on Linux in allow_failures mode
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants