These days, 'https' should be used instead of 'http' for almost
anything, and Coverity is warning that dnspython.org URL in 'setup.cfg'
uses 'http'.
This patch changes the use of 'http' to 'https' on setup.cfg and
documentation, where it does not affect module code, tests or examples.
(cherry picked from commit
24f0687ebbfc7499d32f47810c6fac2b9b87a63b)
*uts_46* is a ``bool``. If True, apply Unicode IDNA
compatibility processing as described in Unicode Technical
- Standard #46 (http://unicode.org/reports/tr46/).
+ Standard #46 (https://unicode.org/reports/tr46/).
If False, do not apply the mapping. The default is False.
*transitional* is a ``bool``: If True, use the
Mailing Lists
-------------
-| `dnspython-announce <http://groups.google.com/group/dnspython-announce>`_
-| `dnspython-users <http://groups.google.com/group/dnspython-users>`_
-| `dnspython-dev <http://groups.google.com/group/dnspython-dev>`_
+| `dnspython-announce <https://groups.google.com/group/dnspython-announce>`_
+| `dnspython-users <https://groups.google.com/group/dnspython-users>`_
+| `dnspython-dev <https://groups.google.com/group/dnspython-dev>`_
2008". There are also varying degrees of strictness that can be applied
in encoding and decoding. Explaining the standards in detail is
out of scope for this document; Unicode Technical Standard #46
-http://unicode.org/reports/tr46/ is a good place to start learning more.
+https://unicode.org/reports/tr46/ is a good place to start learning more.
Dnspython provides "codecs" to implement International Domain Name policy
according to the user's desire.
them together. It's not a statement that DNSSEC isn't part of the "Core"
of the DNS.
-The IANA `DNS Parameters <http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml>`_ registry is the official reference site for all DNS
+The IANA `DNS Parameters <https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml>`_ registry is the official reference site for all DNS
constants.
Some types that are currently rare are listed because they may
well be more heavily used in the not-to-distant future.
See the
-IANA `DNS Parameters <http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml>`_ registry for a complete list.
+IANA `DNS Parameters <https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml>`_ registry for a complete list.
A
`RFC 1035 <https://tools.ietf.org/html/rfc1035>`_
license = ISC
license_file = LICENSE
description = DNS toolkit
-url = http://www.dnspython.org
+url = https://www.dnspython.org
project_urls =
Bug Tracker = https://github.com/rthalley/dnspython/issues
Documentation = https://dnspython.readthedocs.io/en/stable/