Lawouach / WebSocket-for-Python

WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)
https://ws4py.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
1.12k stars 288 forks source link

async is a reserved word in Python 3.7 #245

Closed cclauss closed 4 years ago

cclauss commented 6 years ago

https://docs.python.org/3.7/whatsnew/3.7.html#porting-to-python-37

william-gr commented 6 years ago

+1, anything I can do to help get this merged?

hozn commented 6 years ago

+1 this is breaking our upgrade to python 3.7. Can this get merged !?