Open GoogleCodeExporter opened 8 years ago
There are very few docstrings, and they have some errors:
>>> import adns
>>> c=adns.init()
>>> c.allqueries.__doc__
's.allqueries()\n\nReturns a list of all pending queries.\n'
>>> c.completed.__doc__
's.allqueries()\n\nReturns a list of all completed queries.\n'
Original comment by mvi...@gmail.com
on 24 Jun 2011 at 3:52
Original issue reported on code.google.com by
atkins...@gmail.com
on 15 Dec 2009 at 2:29