default is ``None``. If ``None``, EDNS will be enabled only if other
parameters (*ednsflags*, *payload*, *request_payload*, or *options*) are
set.
- See the description of dns.message.Message.use_edns() for the possible
- values for use_edns and their meanings.
+ See the description of :py:func:`dns.message.Message.use_edns()` for the
+ possible values for use_edns and their meanings.
*want_dnssec*, a ``bool``. If ``True``, DNSSEC data is desired.
This method calls resolve() with ``search=True``, and is
provided for backwards compatibility with prior versions of
- dnspython. See the documentation for the resolve() method for
- further details.
+ dnspython. See the documentation for the
+ :py:func:`dns.resolver.Resolver.resolve()` method for further details.
"""
warnings.warn(
"please use dns.resolver.Resolver.resolve() instead",
This method calls resolve() with ``search=True``, and is
provided for backwards compatibility with prior versions of
- dnspython. See the documentation for the resolve() method for
- further details.
+ dnspython. See the documentation for the
+ :py:func:`dns.resolver.resolve()` method for further details.
"""
warnings.warn(
"please use dns.resolver.resolve() instead", DeprecationWarning, stacklevel=2