]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Fix: Allow tuple in nameservers type check (#1209)
authorOleksiy ("Alex") SEMENYAKA <219867960+alexsemenyaka@users.noreply.github.com>
Mon, 21 Jul 2025 20:32:54 +0000 (23:32 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 20:32:54 +0000 (13:32 -0700)
commit2c5c191104aaba0a492b90f8c057fc2727515a46
tree61eff32402be7a1bb95cd9fff0b24f3bc1eea6b0
parent5171f9cd482e4ff31ca31c5b908940c4529acc14
Fix: Allow tuple in nameservers type check (#1209)

* Fix: Allow tuple in nameservers type check

* Update resolver.py

Add missing space.

* Update documentation.

---------

Co-authored-by: Alex Semenyaka <alex.semenyaka@gmail.com>
Co-authored-by: Brian Wellington <bwelling@xbill.org>
dns/resolver.py