diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-04-15 19:18:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 19:18:21 (GMT) |
commit | eb0bfb5910e5135505d2259efa90e0095c422efe (patch) | |
tree | bdd0da11640d2d9454539149bf18df8ddc936e4f /Doc/library/codecs.rst | |
parent | 6dfb7e1f2787f2a97e730cd259dde2246b0ba164 (diff) | |
download | cpython-eb0bfb5910e5135505d2259efa90e0095c422efe.zip cpython-eb0bfb5910e5135505d2259efa90e0095c422efe.tar.gz cpython-eb0bfb5910e5135505d2259efa90e0095c422efe.tar.bz2 |
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r-- | Doc/library/codecs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 894986c..8d8491f 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1479,7 +1479,7 @@ Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding and :mod:`stringprep`. If you need the IDNA 2008 standard from :rfc:`5891` and :rfc:`5895`, use the -third-party `idna module <https://pypi.org/project/idna/>`_. +third-party :pypi:`idna` module. These RFCs together define a protocol to support non-ASCII characters in domain names. A domain name containing non-ASCII characters (such as |