]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Reduce the number of digits after the decimal point for the Timeout DNSException...
authorCraig Leres <leres@xse.com>
Sun, 30 Jan 2022 18:40:54 +0000 (10:40 -0800)
committerGitHub <noreply@github.com>
Sun, 30 Jan 2022 18:40:54 +0000 (10:40 -0800)
commit1f636810325144cd6aaeae8f673de230615ff186
tree8cddfa1d3b1bd2828d0dad4f320513fa55763a40
parent78144a6717a16f725eb0299eeb29188df0797f74
Reduce the number of digits after the decimal point for the Timeout DNSException from 15 to 1 (#772)

* Reduce the number of digits after the decimal point for the Timeout
DNSException from 15 to 1

* Address Bob Halley's concerns: change .1f to .3f and update LifetimeTimeout
dns/exception.py
dns/resolver.py