On 4 May 2010, at 06:40, Shanmuga Rajan wrote: > I am using dnspython- 1.8.0 version. I was creating some rrset object using > the dns.rrset.RRset class. > This class was working fine for all the types except RRSIG. So i checked the > documentation and found that i need to use the covered type for the RRSIG. > but this also failed and later found that covered type sent to the init > method of RRset class was not used to initialize the RRset object. Looks like > a bug. Could any one clarify this one?
That is a bug; as you say "covers" should be passed to the superclass __init__() method. I've committed a fix to the dnspython repository, and it will be in the next release. Thanks! /Bob _______________________________________________ dnspython-bugs mailing list [email protected] http://howl.play-bow.org/mailman/listinfo.cgi/dnspython-bugs
