diff options
| author | Bob Halley <halley@dnspython.org> | 2007-11-25 17:28:03 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2007-11-25 17:28:03 +0000 |
| commit | d76fd330f1454de7a0071a93c2dfc7713c083bcb (patch) | |
| tree | 74a963f64acee8849f4f3f3dd5dc68e8ff575893 /ChangeLog | |
| parent | c69db0af02ddd39d969b11b49110b9cb6d0ea727 (diff) | |
| download | dnspython-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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(). |
