[issue1591] popen2.Popen3 class (Unix) documentation misleading / confusing

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: I clarified the docstring in r59771. I won't extend it, however, since most types don't announce their attributes in the docstring. For that you should always consult the code or the official docs. -- resolution: -> fixed status: open -> closed _

[issue1591] popen2.Popen3 class (Unix) documentation misleading / confusing

2008-01-06 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1591] popen2.Popen3 class (Unix) documentation misleading / confusing

2008-01-03 Thread Christian Heimes
Changes by Christian Heimes: -- priority: -> low versions: +Python 2.6 -Python 2.1.1, Python 2.1.2, Python 2.2, Python 2.2.1, Python 2.2.2, Python 2.2.3, Python 2.3, Python 2.4 __ Tracker <[EMAIL PROTECTED]> __

[issue1591] popen2.Popen3 class (Unix) documentation misleading / confusing

2007-12-11 Thread Mark Tomczak
New submission from Mark Tomczak: The help documentation for the popen2.Popen3 class includes the following information: class Popen3 | Class representing a child process. Normally instances are created | by the factory functions popen2() and popen3(). This information is misle