I was using the LOC RR type to look up geolocation records and found that my server was purportedly located in China! Further investigation showed a bug in the _tuple_to_float() function. The return at the end should be "return sign * value" instead of just "return value".
This affects the use of the float_latitude and float_longitude property values. The tuple versions, latitude and longitude, work properly. Great library, thanks for all the work. Greg Hewgill http://hewgill.com _______________________________________________ dnspython-bugs mailing list [EMAIL PROTECTED] http://woof.play-bow.org/mailman/listinfo/dnspython-bugs
