summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2007-11-25 17:28:03 +0000
committerBob Halley <halley@dnspython.org>2007-11-25 17:28:03 +0000
commitd76fd330f1454de7a0071a93c2dfc7713c083bcb (patch)
tree74a963f64acee8849f4f3f3dd5dc68e8ff575893 /ChangeLog
parentc69db0af02ddd39d969b11b49110b9cb6d0ea727 (diff)
downloaddnspython-d76fd330f1454de7a0071a93c2dfc7713c083bcb.tar.gz
If select() raises an exception due to EINTR, we should just select()
again. Thanks to Geert Jansen for reporting this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00aeb5d..e62fa4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+
+2007-11-25 Bob Halley <halley@dnspython.org
+
+ * dns/query.py (_wait_for): if select() raises an exception due to
+ EINTR, we should just select() again.
+
2007-06-13 Bob Halley <halley@dnspython.org>
* dns/inet.py: Added is_multicast().