diff options
| author | Bob Halley <halley@dnspython.org> | 2006-11-03 02:27:08 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2006-11-03 02:27:08 +0000 |
| commit | 20c6fa4d697d7981f59af4b5335abc5d315db6cc (patch) | |
| tree | d772b3610dd70b5b5a7d198bdcf22567baf81ca1 /ChangeLog | |
| parent | 745fa633354cc29a4c4aa9a16e9a73ada0075808 (diff) | |
| download | dnspython-20c6fa4d697d7981f59af4b5335abc5d315db6cc.tar.gz | |
add ignore_unexpected option dns.query.udp()
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-11-02 Bob Halley <halley@dnspython.org> + + * dns/query.py (udp): Messages from unexpected sources can now be + ignored by setting ignore_unexpected to True. + 2006-10-31 Bob Halley <halley@dnspython.org> * dns/query.py (udp): When raising UnexpectedSource, add more |
