Anyone of you #Python #developers works with #dnspython? The documentation says there is a timeout field implemented. I am working with v2.8.0, and my interpreter complains that there is no argument called timeout. Same holds for the lifetime argument.
Solved it, by adding it to the Resolver.resolve() function. But I still expected it to be in the actual code.
Is this a bug, and the docs differ from the code?
