Commit 283c5884 authored by Fred Drake's avatar Fred Drake

Work around LaTeX2HTML comment-handling bug.

parent 318c0b13
...@@ -45,8 +45,8 @@ returned by \function{socket.socket()},% ...@@ -45,8 +45,8 @@ returned by \function{socket.socket()},%
\withsubitem{(in module socket)}{\ttindex{socket()}} \withsubitem{(in module socket)}{\ttindex{socket()}}
\withsubitem{(in module os)}{\ttindex{popen()}} \withsubitem{(in module os)}{\ttindex{popen()}}
and the module \module{stdwin}\refbimodindex{stdwin} which happens to and the module \module{stdwin}\refbimodindex{stdwin} which happens to
define a function \function{fileno()}% define a function
\withsubitem{(in module stdwin)}{\ttindex{fileno()}} \function{fileno()}\withsubitem{(in module stdwin)}{\ttindex{fileno()}}
for just this purpose. You may for just this purpose. You may
also define a \dfn{wrapper} class yourself, as long as it has an also define a \dfn{wrapper} class yourself, as long as it has an
appropriate \method{fileno()} method (that really returns a \UNIX{} appropriate \method{fileno()} method (that really returns a \UNIX{}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment