Hi,
I have some python code using the rdatatype and rcode constants. The code was fine with dnspython 1.15.0.
I decided to reuse that code with dnspython 2.0.0 (release in July 17th) but found the constants named above are not available.
For example, constants such as dns.rdatatype.A, dns.rdatatype.NS (and many others) are missing.
Reading the commit history and I found these constants were added back to dnspython via pull request #564 (August 4).
What is the best way moving forward?
- Will these constants be part of dnspython like it was before 2.0.0? If yes, is there a plan to release a patch to include the missing constants before dnspython 2.1.0 is released?
- If these constants aren't present moving forward, what's the recommended way to test against
rdatatype and rcode?
Thanks a lot
Hi,
I have some python code using the
rdatatypeandrcodeconstants. The code was fine with dnspython 1.15.0.I decided to reuse that code with dnspython 2.0.0 (release in July 17th) but found the constants named above are not available.
For example, constants such as
dns.rdatatype.A,dns.rdatatype.NS(and many others) are missing.Reading the commit history and I found these constants were added back to dnspython via pull request #564 (August 4).
What is the best way moving forward?
rdatatypeandrcode?Thanks a lot