]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Mention immutable rdata.
authorBrian Wellington <bwelling@xbill.org>
Fri, 3 Apr 2020 18:49:05 +0000 (11:49 -0700)
committerBrian Wellington <bwelling@xbill.org>
Fri, 3 Apr 2020 18:49:05 +0000 (11:49 -0700)
differences.md

index 89e0e80c0545af07176817965cc2013dd2c2eaf8..18c02cde87c6d5376b31b6d11aaf323886c5c90a 100644 (file)
@@ -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.