From: Brian Wellington Date: Fri, 3 Apr 2020 18:49:05 +0000 (-0700) Subject: Mention immutable rdata. X-Git-Tag: v2.0.0rc1~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb9a23db43c6e175c9c19f93dd4a02d51ba141cc;p=thirdparty%2Fdnspython.git Mention immutable rdata. --- 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.