GoogleChromeLabs / pywebsocket3

BSD 3-Clause "New" or "Revised" License
44 stars 32 forks source link

invalid escape sequence \S #26

Closed WeizhongX closed 3 years ago

WeizhongX commented 3 years ago

When using this module in py3: got below warning:

pywebsocket3/mod_pywebsocket/websocket_server.py:64: SyntaxWarning: invalid escape sequence \S m = re.match('(\S+)\s+(\S+)$', line)

ricea commented 3 years ago

I don't see the warning myself, but the code is definitely wrong. I will create a PR.