diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-04-18 21:48:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-04-18 21:48:56 (GMT) |
commit | faf71ea5b3bef32e8928af39e40b026c8c007d5d (patch) | |
tree | 6feda9ebf437cedf6122a225bc0e472851f400a3 /Doc/whatsnew | |
parent | 07d4fb6f1701719dc08fb3e7172db065f3ba1756 (diff) | |
download | cpython-faf71ea5b3bef32e8928af39e40b026c8c007d5d.zip cpython-faf71ea5b3bef32e8928af39e40b026c8c007d5d.tar.gz cpython-faf71ea5b3bef32e8928af39e40b026c8c007d5d.tar.bz2 |
Fix spelling of cedillas.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index f447ed4..0c474f2 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -1796,10 +1796,10 @@ Any breakage caused by this change should be reported as a bug. to convert between a Unicode domain name and the ASCII-compatible encoding (ACE). -\begin{verbatim} ->>> u"www.Alliancefran\,caise.nu".encode("idna") +\begin{alltt} +>>> u"www.Alliancefran\c{c}aise.nu".encode("idna") 'www.xn--alliancefranaise-npb.nu' -\end{verbatim} +\end{alltt} In addition, the \module{socket} has been extended to transparently convert Unicode hostnames to the ACE before passing them to the C |