From: Bob Halley Date: Sat, 20 Jun 2020 14:12:49 +0000 (-0700) Subject: remove differences.md as doco has fuller description X-Git-Tag: v2.0.0rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6195ea14f2ab62ca2197aa4a9fe7f964f6871db3;p=thirdparty%2Fdnspython.git remove differences.md as doco has fuller description --- diff --git a/differences.md b/differences.md deleted file mode 100644 index 18c02cde..00000000 --- a/differences.md +++ /dev/null @@ -1,14 +0,0 @@ -# Incompatible differences between dnspython 1.x and 2.x - -## Rounding - -dnspython 2.0 rounds in the standard python 3 fashion; dnspython 1.x rounded -in the python 2 style on both python 2 and 3. - -# Removed hash module - -dns.hash module was removed. Use Python built in hashlib instead. - -# dns.rdata.Rdata instances are now immutable - -The replace() method can be used to create copies with changes.