Package: python3-dns Version: 3.2.1-2 Severity: important This makes impossibile to use the library just for queries to a specific server. Build daemons tend to not have a resolv.conf and this makes impossibile using the class for unit tests.
class DnsRequest:
def __init__(self,*name,**args):
...
if len(self.defaults['server']) == 0:
raise DNSError('No working name servers discovered')
--
ciao,
Marco
signature.asc
Description: PGP signature

