]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove superfluous index entry for posix.popen(); no longer
authorFred Drake <fdrake@acm.org>
Fri, 16 Apr 1999 19:00:48 +0000 (19:00 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 16 Apr 1999 19:00:48 +0000 (19:00 +0000)
appropriate since popen() is only documented in os.

Doc/lib/libselect.tex

index de5e1a6d5f76e7d734d447dc79eacbadfaf6f2d6..5c85ca58f2e0a7216a87070c87af0d14f12e2980 100644 (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()}%