]> git.ipfire.org Git - thirdparty/dnspython.git/commit
For async send_udp(), return a length and clarify the expiration
authorBob Halley <halley@dnspython.org>
Fri, 14 Oct 2022 01:10:34 +0000 (18:10 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 14 Oct 2022 01:10:34 +0000 (18:10 -0700)
commitdb1f91ac57c54e909b24154944d2987123978e80
treee6f075069b26f19684eb10f0db16ef953c6d8d89
parent6752d4e296530527848421973b379c525202ef2a
For async send_udp(), return a length and clarify the expiration
is meaningless.

For async receive_udp(), document that the return type is always a
3-tuple, as opposed to being either a pair or a 3-tuple as in the
sync version.  (I chose to document rather than change the behavior
as changing it broke dnspython tests and might possibly break other
code.)  [#848]
dns/_asyncio_backend.py
dns/asyncquery.py