Remove superfluous index entry for posix.popen(); no longer

appropriate since popen() is only documented in os.
This commit is contained in:
Fred Drake 1999-04-16 19:00:48 +00:00
parent dac9a4e3db
commit e9af64c373
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ objects (e.g. \code{sys.stdin}, or objects returned by
\function{open()} or \function{os.popen()}), socket objects
returned by \function{socket.socket()},%
\withsubitem{(in module socket)}{\ttindex{socket()}}
\withsubitem{(in module posix)}{\ttindex{popen()}}
\withsubitem{(in module os)}{\ttindex{popen()}}
and the module \module{stdwin}\refbimodindex{stdwin} which happens to
define a function \function{fileno()}%