]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Minor Python 3 cleanups. 502/head
authorBrian Wellington <bwelling@xbill.org>
Wed, 3 Jun 2020 22:56:58 +0000 (15:56 -0700)
committerBrian Wellington <bwelling@xbill.org>
Wed, 3 Jun 2020 22:56:58 +0000 (15:56 -0700)
commitcc55d17f5478751da21a7b325b2b46e8d94d8ffb
treecfe1f182855d91fef11be31e4f4b77eeb214790d
parent8643c7d660fcc3bf620b085c2e483d1419408f96
Minor Python 3 cleanups.

Classes inherit from object by default; there's no need to explicitly
include this.

Replace super(Foo, self) with super().
22 files changed:
dns/edns.py
dns/entropy.py
dns/exception.py
dns/message.py
dns/name.py
dns/namedict.py
dns/node.py
dns/query.py
dns/query.pyi
dns/rdata.py
dns/rdataset.py
dns/rdtypes/ANY/RP.py
dns/rdtypes/CH/A.py
dns/rdtypes/IN/APL.py
dns/renderer.py
dns/resolver.py
dns/rrset.py
dns/set.py
dns/tokenizer.py
dns/trio/query.pyi
dns/update.py
dns/zone.py