fgallaire / wsgiserver

NEW HOME ON GITLAB
https://gitlab.com/fgallaire/wsgiserver
27 stars 5 forks source link

Invalid syntax in line 2368 #3

Closed ralphwetzel closed 8 years ago

ralphwetzel commented 8 years ago

Hi! I thought to give your server a try - yet it failed to work in an Python 3.5.2 environment. The error statement says: 'Invalid syntax in line 2368'. Most probably it is due to the fact that you use code that is not valid in Python 3 (and the PY2 guard you introduced doesn't cover the invalid syntax!) This could be fixed by using something like six.reraise(). Greetings, Ralph

fgallaire commented 8 years ago

Thanks for the bug report, I will fix it as soon as possible.