davidtavarez / pwndb

Search for leaked credentials
https://davidtavarez.github.io/2019/tutorial-pwndb-command-line-tool-python/
MIT License
1.31k stars 241 forks source link

Old style exceptions --> new style for Python 3 #6

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

Old style exceptions are syntax errors in Python 3 but new style exceptions work as expected in both Python 2 and Python 3.

davidtavarez commented 5 years ago

Thanks! Definitely we need to test this more on Python3