[ python-Bugs-850818 ] Typo in Popen3 description

SourceForge.net noreply at sourceforge.net
Tue Dec 23 12:01:49 EST 2003


Bugs item #850818, was opened at 2003-11-28 12:08
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=850818&group_id=5470

Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Gregory H. Ball (greg_ball)
>Assigned to: A.M. Kuchling (akuchling)
Summary: Typo in Popen3 description

Initial Comment:
In section 6.8.1 Popen3 and Popen4 Objects, of the
current and development docs,  under attribute 'childerr':

"""
Where the standard error from the child process goes is
capturestderr was true for the constructor, or None.
"""

The 'is' should be 'if'.

I think it might also be an improvement to replace 'or'
with 'otherwise'.

If a rewriting is acceptable, I think 

"""
A file object that provides error output from the child
process, if
capturestderr was true for the constructor, otherwise None.
"""
improves uniformity with the descriptions of
'fromchild' and 'tochild'.


----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2003-12-23 12:01

Message:
Logged In: YES 
user_id=11375

Your rewrite is certainly much better than the existing text; checked 
in as rev. 1.20.  Thanks!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=850818&group_id=5470



More information about the Python-bugs-list mailing list