summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-20 07:12:49 -0700
committerBob Halley <halley@dnspython.org>2020-06-20 07:12:49 -0700
commit6195ea14f2ab62ca2197aa4a9fe7f964f6871db3 (patch)
tree2dd39676edf00c8c6dc2461d77aa24d07f8a1628
parent85010fe7e32f2a0183d6f7cd3154cd4d935f6a00 (diff)
downloaddnspython-6195ea14f2ab62ca2197aa4a9fe7f964f6871db3.tar.gz
remove differences.md as doco has fuller description
-rw-r--r--differences.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/differences.md b/differences.md
deleted file mode 100644
index 18c02cd..0000000
--- 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.