[issue1220] popen3 website documentation inconsistency

2007-11-24 Thread Georg Brandl

Georg Brandl added the comment:

Sorry, but you're confusing the os.popen* functions with the
popen3.popen* functions. (That they both exist, and return the handles
in different orders is a mess, but it is documented correctly.)

--
nosy: +georg.brandl
resolution:  - invalid
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1220
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1220] popen3 website documentation inconsistency

2007-09-29 Thread Justin Bronn

New submission from Justin Bronn:

The Python website says that the following tuple is returned from
popen3: Returns the file objects (child_stdout, child_stdin,
child_stderr).  See http://docs.python.org/lib/module-popen2.html.

However, the docstring of popen3 gets the order right (using Python 2.5.1):
The file objects (child_stdin, child_stdout, child_stderr) are
returned. See `help(os.popen3)`.

--
components: Documentation
messages: 56198
nosy: jbronn
severity: normal
status: open
title: popen3 website documentation inconsistency
versions: Python 2.5

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1220
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com