]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Remove _compat module.
authorBob Halley <halley@dnspython.org>
Sun, 9 Dec 2018 20:06:24 +0000 (12:06 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 9 Dec 2018 20:06:24 +0000 (12:06 -0800)
commit129f9e79ff508e36bac08fd588769525d9214a57
tree8d5c0dc44ef1e232d1e87e38f1c777aba74c81ff
parenta0a975bc26728996313425ad4ba8b1281849153c
Remove _compat module.
45 files changed:
Makefile
differences.md [new file with mode: 0644]
dns/_compat.py [deleted file]
dns/dnssec.py
dns/e164.py
dns/entropy.py
dns/inet.py
dns/ipv4.py
dns/ipv6.py
dns/message.py
dns/name.py
dns/namedict.py
dns/query.py
dns/rcode.py
dns/rdata.py
dns/rdataset.py
dns/rdtypes/ANY/CSYNC.py
dns/rdtypes/ANY/GPOS.py
dns/rdtypes/ANY/HINFO.py
dns/rdtypes/ANY/ISDN.py
dns/rdtypes/ANY/LOC.py
dns/rdtypes/ANY/NSEC.py
dns/rdtypes/ANY/NSEC3.py
dns/rdtypes/ANY/NSEC3PARAM.py
dns/rdtypes/ANY/URI.py
dns/rdtypes/ANY/X25.py
dns/rdtypes/IN/APL.py
dns/rdtypes/IN/NAPTR.py
dns/rdtypes/IN/WKS.py
dns/rdtypes/euibase.py
dns/rdtypes/txtbase.py
dns/renderer.py
dns/resolver.py
dns/reversename.py
dns/rrset.py
dns/tokenizer.py
dns/tsig.py
dns/tsigkeyring.py
dns/ttl.py
dns/update.py
dns/wiredata.py
dns/zone.py
tests/test_generate.py
tests/test_message.py
tests/test_resolver.py