diff options
author | Bob Halley <halley@dnspython.org> | 2006-08-17 07:03:27 +0000 |
---|---|---|
committer | Bob Halley <halley@dnspython.org> | 2006-08-17 07:03:27 +0000 |
commit | 9383f4ca59ea88da50297bb3142f19f0ea55fd49 (patch) | |
tree | 58bac0ff4fd883685e2e9a452f497e4e460350fe /ChangeLog | |
parent | 602fa86698771fdc86158e9924c21675ef5fd642 (diff) | |
download | dnspython-9383f4ca59ea88da50297bb3142f19f0ea55fd49.tar.gz |
if /etc/resolv.conf does not exist, just use the default resolver config
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-08-17 Bob Halley <halley@dnspython.org> + + * dns/resolver.py (Resolver.read_resolv_conf): If /etc/resolv.conf + doesn't exist, just use the default resolver configuration (i.e. + the same thing we would have used if resolv.conf had existed and + been empty). + 2006-07-26 Bob Halley <halley@dnspython.org> * dns/resolver.py (Resolver._config_win32_fromkey): fix |