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

SourceForge.net noreply at sourceforge.net
Sun Feb 5 00:54:36 CET 2006


Bugs item #1415455, was opened at 2006-01-26 06:38
Message generated for change (Comment added) made by nnorwitz
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: Closed
Resolution: Accepted
Priority: 5
Submitted By: Phil Wright (phlipped)
Assigned to: Neal Norwitz (nnorwitz)
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:"


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2006-02-04 15:54

Message:
Logged In: YES 
user_id=33168

Thanks!

Committed revision 42236. (2.4)
Committed revision 42237.


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

Comment By: Neal Norwitz (nnorwitz)
Date: 2006-02-04 15:01

Message:
Logged In: YES 
user_id=33168

Thanks!

Committed revision 42236. (2.4)
Committed revision 42237.


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

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