mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Work around LaTeX2HTML comment-handling bug.
This commit is contained in:
parent
318c0b131f
commit
283c588402
1 changed files with 2 additions and 2 deletions
|
|
@ -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{}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue