py-sherlock / sherlock

Easy distributed locks for Python with a choice of backends.
MIT License
374 stars 35 forks source link

Support for Python 3.5 #17

Closed ashep closed 6 years ago

ashep commented 8 years ago
File "/env/lib/python3.5/site-packages/sherlock/lock.py", line 207
    except LockException, err:
                        ^
SyntaxError: invalid syntax
rmariano commented 8 years ago

I submitted #18 to address this particular issue

vaidik commented 6 years ago

Hey @rmariano and @ashep

sherlock is now supported with Python 3 as well.

Sorry I was away for a very long time due to my commitments at work and didn't get a chance to look at your issues. I am committing to maintaining sherlock now.

Would appreciate to get more feedback and see more issues coming in :)

Also, thanks @rmariano for your PR :)