diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-16 19:00:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-16 19:00:48 (GMT) |
commit | e9af64c373c198f02be7de46527a4b444111bfdf (patch) | |
tree | 16416a0e234a6596eff184fe473464c4b05a15fa /Doc/lib/libselect.tex | |
parent | dac9a4e3dba6d5bde9e34d80a8c3bdf86d346a0b (diff) | |
download | cpython-e9af64c373c198f02be7de46527a4b444111bfdf.zip cpython-e9af64c373c198f02be7de46527a4b444111bfdf.tar.gz cpython-e9af64c373c198f02be7de46527a4b444111bfdf.tar.bz2 |
Remove superfluous index entry for posix.popen(); no longer
appropriate since popen() is only documented in os.
Diffstat (limited to 'Doc/lib/libselect.tex')
-rw-r--r-- | Doc/lib/libselect.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libselect.tex b/Doc/lib/libselect.tex index de5e1a6..5c85ca5 100644 --- a/Doc/lib/libselect.tex +++ b/Doc/lib/libselect.tex @@ -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()}% |