summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-16 04:00:14 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-16 04:00:14 (GMT)
commit15b3dba85ec9ca487e22af9860be31db7581d910 (patch)
treefa84f84c5a9c2f0f8539718eaaf52329b79d4141
parentbb4a47c818c259c6542c85ccde2dc95baba41f07 (diff)
downloadcpython-15b3dba85ec9ca487e22af9860be31db7581d910.zip
cpython-15b3dba85ec9ca487e22af9860be31db7581d910.tar.gz
cpython-15b3dba85ec9ca487e22af9860be31db7581d910.tar.bz2
Adjust description of the internationalized domain name encoding to
better accomodate the GNU info conversion.
-rw-r--r--Doc/whatsnew/whatsnew23.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index fcaa563..292c650 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}