From fb9a23db43c6e175c9c19f93dd4a02d51ba141cc Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 3 Apr 2020 11:49:05 -0700 Subject: [PATCH] Mention immutable rdata. --- differences.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/differences.md b/differences.md index 89e0e80c..18c02cde 100644 --- a/differences.md +++ b/differences.md @@ -8,3 +8,7 @@ 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