]> git.ipfire.org Git - thirdparty/psycopg.git/commit
chore: drop conninfo.resolve_hostaddr_async 675/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 13 Nov 2023 22:56:46 +0000 (23:56 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 13 Nov 2023 22:56:46 +0000 (23:56 +0100)
commit6b7c0351facdd80884887324200e7046ac78cdee
tree749410516b18598196d779c5d0ac790ae96d8652
parent292762b33a90fade9b121c98ad03bd72b1d1b9a3
chore: drop conninfo.resolve_hostaddr_async

The function is no more used internally and only exposed from the _dns
module with a warning. Its implementation is now an application of a few
internal functions exposed internally by the conninfo module. Move the
whole implementation into _dns.
psycopg/psycopg/_dns.py
psycopg/psycopg/conninfo.py