]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Message from_wire() now stores the original wire format, (#1057)
authorBob Halley <halley@dnspython.org>
Tue, 20 Feb 2024 22:01:51 +0000 (14:01 -0800)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 22:01:51 +0000 (14:01 -0800)
commita977e61aedea3d6d72c715a55bb5db097496f607
treee4fb57339bac5929752a96ff7b8033b8080cc883
parent6e4bb277eb04d8b7cf4a93624d7da21150565a83
Message from_wire() now stores the original wire format, (#1057)

and to_wire() records its rendered output (minus any length prefix).
dns/message.py
doc/message-class.rst
tests/test_message.py