Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

async keyword now reserved resulting in runtime error #56

Closed
Southclaws opened this issue Jul 26, 2018 · 1 comment
Closed

async keyword now reserved resulting in runtime error #56

Southclaws opened this issue Jul 26, 2018 · 1 comment

Comments

@Southclaws
Copy link
Contributor

https://docs.python.org/3.7/whatsnew/3.7.html#changes-in-python-behavior

  File "~/.pyenv/versions/3.7.0/lib/python3.7/site-packages/discurses/discord.py", line 69
    def async(self, f):
            ^
SyntaxError: invalid syntax
@Southclaws
Copy link
Contributor Author

Ah, looks like it's an upstream issue too...

Either way, it would be good to adhere to the new syntax constraints. I can PR this as I already did the changes locally.

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