What steps will reproduce the problem?
>>> import adns
>>> adns.exception(100)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
adns.QueryError: (100, 'Inconsistent resource records in DNS')
What is the expected output? What do you see instead?
There is nothing wrong with the query, it should return a RemoteConfigError.
What version of the product are you using? On what operating system?
1.2.1 on Fedora Linux x86_64, but will happen on any OS.
Please provide any additional information below.
It's just a missing break statement in the C module.
No, Andy, I'm not stalking you.
Original issue reported on code.google.com by vanderb...@gmail.com on 30 Jul 2009 at 12:17
Original issue reported on code.google.com by
vanderb...@gmail.com
on 30 Jul 2009 at 12:17Attachments: