mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Adjust description of the internationalized domain name encoding to
better accomodate the GNU info conversion.
This commit is contained in:
parent
bb4a47c818
commit
15b3dba85e
1 changed files with 1 additions and 1 deletions
|
@ -1835,7 +1835,7 @@ to convert between a Unicode domain name and the ASCII-compatible
|
|||
encoding (ACE) of that name.
|
||||
|
||||
\begin{alltt}
|
||||
>{}>{}> u"www.Alliancefran\c{c}aise.nu".encode("idna")
|
||||
>{}>{}> u"www.Alliancefran\c caise.nu".encode("idna")
|
||||
'www.xn--alliancefranaise-npb.nu'
|
||||
\end{alltt}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue