This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: inconsistent popen[2-4]() docs
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, hmaon
Priority: normal Keywords:

Created on 2003-11-16 19:29 by hmaon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19015 - (view) Author: Greg Velichansky (hmaon) Date: 2003-11-16 19:29
http://python.org/doc/current/lib/module-popen2.html
and 
http://python.org/doc/current/lib/os-newstreams.html#os-newstreams

apparently list different arguments for popen2(),
popen3(), popen4()
msg19016 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-01-13 15:41
Logged In: YES 
user_id=11375

No, that's correct; the popen{2,3,4} functions have different 
signatures in the os and popen2 modules.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39557
2003-11-16 19:29:16hmaoncreate