[ python-Bugs-1415455 ] Typo in online documentation - 6.8.3.6 Replacing popen2.*

SourceForge.net noreply at sourceforge.net
Thu Jan 26 15:38:18 CET 2006


Bugs item #1415455, was opened at 2006-01-26 14:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1415455&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Phil Wright (phlipped)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typo in online documentation - 6.8.3.6 Replacing popen2.*

Initial Comment:
I think a module name is misspelled on the following
page of the Python Library Reference ...

Document:      Python Library Reference
Page Title:    6.8.3.6 Replacing popen2.*
Page Address:  http://docs.python.org/lib/node246.html

The page contains the following text ...
"The popen2.Popen3 and popen3.Popen4 basically works as
subprocess.Popen, except that:"

The reference to the class "popen3.Popen4" should be
"popen2.Popen4" (There is no module "popen3")

The correct text would be ...
"The popen2.Popen3 and popen2.Popen4 basically works as
subprocess.Popen, except that:"


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

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


More information about the Python-bugs-list mailing list