You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/dnspython/files/dnspython-1.16.0-py310.patch

14 lines
408 B

diff --git a/dns/namedict.py b/dns/namedict.py
index 37a1310..7d52668 100644
--- a/dns/namedict.py
+++ b/dns/namedict.py
@@ -32,7 +32,7 @@ import dns.name
from ._compat import xrange
-class NameDict(collections.MutableMapping):
+class NameDict(collections.abc.MutableMapping):
"""A dictionary whose keys are dns.name.Name objects.
In addition to being like a regular Python dictionary, this