From: Bob Halley Date: Mon, 30 Mar 2009 20:41:55 +0000 (+0000) Subject: fix typos X-Git-Tag: v1.7.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a90dcee4134aae76cb4d68b7fa37eb4f9dd3b65b;p=thirdparty%2Fdnspython.git fix typos --- diff --git a/ChangeLog b/ChangeLog index ffd8444e..32f2c8cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,11 +24,11 @@ * dns/tsig.py: Raise an exception when the peer has set a non-zero TSIG error. -2007-11-25 Bob Halley * (Version 1.6.0 released) -2007-11-25 Bob Halley * dns/query.py (_wait_for): if select() raises an exception due to EINTR, we should just select() again.