diff options
| author | Bob Halley <halley@dnspython.org> | 2005-10-31 07:53:17 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2005-10-31 07:53:17 +0000 |
| commit | 9702c4539f2fd2173ffbad4ca173cf089123a955 (patch) | |
| tree | 13edf77c371ce41eba638416cf94a8c78390c595 /README | |
| parent | 5d30f7d6d3dc8f235193845f5a4e075738227b05 (diff) | |
| download | dnspython-9702c4539f2fd2173ffbad4ca173cf089123a955.tar.gz | |
note addition of ddns.py too
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,7 @@ This is dnspython 1.3.5 New since 1.3.4: - In the resolver, if time goes backward a little bit, ignore + In the resolver, if time goes backward a little bit, ignore it. zone_for_name() has been added to the resolver module. It @@ -52,6 +52,8 @@ New since 1.3.4: a default rdtype of dns.rdatatype.ANY like the documentation says. + A Dynamic DNS example, ddns.py, has been added. + New since 1.3.3: The source address and port may now be specified when calling |
