]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Pylint: remove bare excepts
authorMartin <martin.basti@gmail.com>
Tue, 2 Aug 2016 20:37:00 +0000 (22:37 +0200)
committerMartin <martin.basti@gmail.com>
Wed, 31 Aug 2016 19:50:22 +0000 (21:50 +0200)
commit61fbd8933a4da011bc0ad3148df4b2786d240599
tree6c1802a137e49b5a0dc64064db00551b37cabf82
parent1e2b542ce743e534becb48a4bced785219bfcda3
Pylint: remove bare excepts

Bare excepts should not be used, because they may hide system exceptions such as KeyboardInterupts or SystemExits.
dns/entropy.py
dns/inet.py
dns/message.py
dns/name.py
dns/query.py
dns/resolver.py
dns/reversename.py
dns/zone.py
examples/zonediff.py
pylintrc
tests/test_name.py