]> git.ipfire.org Git - thirdparty/bind9.git/commit
Port rndc.py to Python 3.10 idioms
authorNicki Křížek <nicki@isc.org>
Tue, 14 Jul 2026 11:37:40 +0000 (11:37 +0000)
committerNicki Křížek <nicki@isc.org>
Thu, 23 Jul 2026 10:03:35 +0000 (12:03 +0200)
commitd97047320751bad7622df5e10b225802e914b4cb
tree61af5c9e2043e01eb10970745be5592dc52c3844
parent1fe24ee368d478df64524d7922d146e6149b55cd
Port rndc.py to Python 3.10 idioms

Replace percent formatting of str with f-strings and the deprecated
IOError alias with OSError. The bytes interpolation in the protocol
serialization is left alone; f-strings have no bytes counterpart.

Assisted-by: Claude:claude-fable-5
bin/tests/system/isctest/rndc.py