This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 647
Support decorators PEP 318 #72
Comments
Note that for starters it'd be nice if we would just fail hard when decorators are present in the ast. |
@trotterdylan https://github.com/google/grumpy/blob/master/third_party/stdlib/_abcoll.py |
We can replace those with the verbose 'foo = decorator(foo)' for the time
being.
…On Sun, Jan 8, 2017 at 9:50 PM YOU ***@***.***> wrote:
@trotterdylan <https://github.com/trotterdylan>
I am trying to implement to fail hard, but I am seeing alot of decorators
already in the code
https://github.com/google/grumpy/blob/master/third_party/stdlib/_abcoll.py
third_party/stdlib/UserDict.py
third_party/stdlib/collections.py
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#72 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAHLe-4UVYXAXSogoDNl4lplqSKiv2hUks5rQcqagaJpZM4Ld758>
.
|
Is that mean classmethod has to be implemented first? |
Yeah I guess that is necessary first :\
…On Sun, Jan 8, 2017 at 9:55 PM YOU ***@***.***> wrote:
We can replace those with the verbose 'foo = decorator(foo)' for the time
being.
Is that mean classmethod <#m_5049685212393401488_73> has to be
implemented first?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#72 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAHLe7DpXKDdkpsVXNRvuCeYzfcnV4ELks5rQcvlgaJpZM4Ld758>
.
|
Merged
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.
https://www.python.org/dev/peps/pep-0318/
The text was updated successfully, but these errors were encountered: