]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Fix default size, horizontal and vertical precition values for LOC records.
authorPetr Spacek <pspacek@redhat.com>
Tue, 21 Jan 2014 12:49:21 +0000 (13:49 +0100)
committerBob Halley <halley@dnspython.org>
Sun, 31 Aug 2014 23:17:23 +0000 (16:17 -0700)
commit8e0eb71d93205af64cd08d877bfae177f287c197
treedc857f968c8e9f58347f311f0227001ba70b18ff
parent16c12d48d1a2b6a14e6b63597e916533470ecc58
Fix default size, horizontal and vertical precition values for LOC records.

Default values in RFC 1876 are in meters but the old code used
the numerical value as centimeters.
dns/rdtypes/ANY/LOC.py