Update of /cvsroot/pydns/pydns/tests
In directory usw-pr-cvs1:/tmp/cvs-serv12488
Modified Files:
test5.py
Log Message:
note to self.
Index: test5.py
===================================================================
RCS file: /cvsroot/pydns/pydns/tests/test5.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test5.py 19 Mar 2002 12:40:58 -0000 1.3
--- test5.py 6 May 2002 06:13:40 -0000 1.4
***************
*** 26,29 ****
--- 26,30 ----
def GetNS(domain):
import DNS
+ # hm. this might fail if a server is off the air.
r = DNS.Request(domain,qtype='SOA').req()
if r.header['status'] != 'NOERROR':
|