From 6195ea14f2ab62ca2197aa4a9fe7f964f6871db3 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 20 Jun 2020 07:12:49 -0700 Subject: [PATCH] remove differences.md as doco has fuller description --- differences.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 differences.md 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. -- 2.47.3