diff options
author | Fred Drake <fdrake@acm.org> | 2003-04-30 15:03:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-04-30 15:03:46 (GMT) |
commit | b876bcc561dafe92280bb3fb7b30513c6ecb6c35 (patch) | |
tree | d2b9951b68fa1bec66002b689f8179d8fddd2f1f /Doc | |
parent | d4be747e1ee00ca86a282af63ad5dacec2ce22f3 (diff) | |
download | cpython-b876bcc561dafe92280bb3fb7b30513c6ecb6c35.zip cpython-b876bcc561dafe92280bb3fb7b30513c6ecb6c35.tar.gz cpython-b876bcc561dafe92280bb3fb7b30513c6ecb6c35.tar.bz2 |
work around mostly-minor formatting problems; the encodings.idna
example still doesn't come out quite right: a bug in the formatting
tools
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 52b500c..012a719 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -1784,7 +1784,7 @@ command, passing it to the correct thread, and waiting for the results. Other interfaces can't be handled automatically but \module{Tkinter} will now raise an exception on such an access so that at least you can find out about the problem. See -\url{http://mail.python.org/pipermail/python-dev/2002-December/031107.html} +\url{http://mail.python.org/pipermail/python-dev/2002-December/031107.html} % for a more detailed explanation of this change. (Implemented by Martin von L\"owis.) @@ -1829,7 +1829,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{c}aise.nu".encode("idna") 'www.xn--alliancefranaise-npb.nu' \end{alltt} |