]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove differences.md as doco has fuller description
authorBob Halley <halley@dnspython.org>
Sat, 20 Jun 2020 14:12:49 +0000 (07:12 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 20 Jun 2020 14:12:49 +0000 (07:12 -0700)
differences.md [deleted file]

diff --git a/differences.md b/differences.md
deleted file mode 100644 (file)
index 18c02cd..0000000
+++ /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.