From 9166868b0b3bd8ffa5420adffd59b09cc3f90c4c Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 17 Oct 2005 05:23:58 +0000 Subject: [PATCH] note need to match relativize between dns.query.xfr() and dns.zone.from_xfr() --- dns/zone.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dns/zone.py b/dns/zone.py index 67fa4322..c875a31c 100644 --- a/dns/zone.py +++ b/dns/zone.py @@ -806,7 +806,9 @@ def from_xfr(xfr, zone_factory=Zone, relativize=True): @param xfr: The xfr generator @type xfr: generator of dns.message.Message objects - @param relativize: should names be relativized? The default is True + @param relativize: should names be relativized? The default is True. + It is essential that the relativize setting matches the one specified + to dns.query.xfr(). @type relativize: bool @raises dns.zone.NoSOA: No SOA RR was found at the zone origin @raises dns.zone.NoNS: No NS RRset was found at the zone origin -- 2.47.3