diff options
| author | Fred Drake <fdrake@acm.org> | 2003-07-16 04:00:14 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2003-07-16 04:00:14 +0000 |
| commit | 15b3dba85ec9ca487e22af9860be31db7581d910 (patch) | |
| tree | fa84f84c5a9c2f0f8539718eaaf52329b79d4141 | |
| parent | bb4a47c818c259c6542c85ccde2dc95baba41f07 (diff) | |
| download | cpython-git-15b3dba85ec9ca487e22af9860be31db7581d910.tar.gz | |
Adjust description of the internationalized domain name encoding to
better accomodate the GNU info conversion.
| -rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index fcaa563dd6..292c65038e 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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} |
