[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.143,1.144
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
2003年4月30日 08:03:51 -0700
Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv28259
Modified Files:
whatsnew23.tex
Log Message:
work around mostly-minor formatting problems; the encodings.idna
example still doesn't come out quite right: a bug in the formatting
tools
Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** whatsnew23.tex 24 Apr 2003 16:38:20 -0000 1.143
--- whatsnew23.tex 30 Apr 2003 15:03:46 -0000 1.144
***************
*** 1785,1789 ****
\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}
for a more detailed explanation of this change. (Implemented by
Martin von L\"owis.)
--- 1785,1789 ----
\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} %
for a more detailed explanation of this change. (Implemented by
Martin von L\"owis.)
***************
*** 1830,1834 ****
\begin{alltt}
! >>> u"www.Alliancefran\c{c}aise.nu".encode("idna")
'www.xn--alliancefranaise-npb.nu'
\end{alltt}
--- 1830,1834 ----
\begin{alltt}
! >{}>{}> u"www.Alliancefran\c{c}aise.nu".encode("idna")
'www.xn--alliancefranaise-npb.nu'
\end{alltt}