From: Fred Drake Date: Wed, 21 Apr 1999 17:57:15 +0000 (+0000) Subject: Work around LaTeX2HTML comment-handling bug. X-Git-Tag: v1.6a1~1550 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=283c588402f87c0e69af5f7819a240bee5fa3f01;p=python Work around LaTeX2HTML comment-handling bug. --- diff --git a/Doc/lib/libselect.tex b/Doc/lib/libselect.tex index 5c85ca58f2..23b8b8dc78 100644 --- a/Doc/lib/libselect.tex +++ b/Doc/lib/libselect.tex @@ -45,8 +45,8 @@ returned by \function{socket.socket()},% \withsubitem{(in module socket)}{\ttindex{socket()}} \withsubitem{(in module os)}{\ttindex{popen()}} and the module \module{stdwin}\refbimodindex{stdwin} which happens to -define a function \function{fileno()}% -\withsubitem{(in module stdwin)}{\ttindex{fileno()}} +define a function +\function{fileno()}\withsubitem{(in module stdwin)}{\ttindex{fileno()}} for just this purpose. You may also define a \dfn{wrapper} class yourself, as long as it has an appropriate \method{fileno()} method (that really returns a \UNIX{}