From: Fred Drake Date: Wed, 16 Jul 2003 04:00:14 +0000 (+0000) Subject: Adjust description of the internationalized domain name encoding to X-Git-Tag: v2.3c1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15b3dba85ec9ca487e22af9860be31db7581d910;p=python Adjust description of the internationalized domain name encoding to better accomodate the GNU info conversion. --- 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}