8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376ffc6 commit 1d023e3Copy full SHA for 1d023e3
Doc/library/codecs.rst
@@ -1417,6 +1417,9 @@ Applications) and :rfc:`3492` (Nameprep: A Stringprep Profile for
1417
Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding
1418
and :mod:`stringprep`.
1419
1420
+If you need the IDNA 2008 standard from :rfc:`5891` and :rfc:`5895`, use the
1421
+third-party `idna module <https://pypi.org/project/idna/>_`.
1422
+
1423
These RFCs together define a protocol to support non-ASCII characters in domain
1424
names. A domain name containing non-ASCII characters (such as
1425
``www.Alliancefrançaise.nu``) is converted into an ASCII-compatible encoding
0 commit comments