This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in online documentation - 6.8.3.6 Replacing popen2.*
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: nnorwitz, phlipped
Priority: normal Keywords:

Created on 2006-01-26 14:38 by phlipped, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg27362 - (view) Author: Phil Wright (phlipped) Date: 2006-01-26 14:38
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:"
msg27363 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-02-04 23:01
Logged In: YES 
user_id=33168

Thanks!

Committed revision 42236. (2.4)
Committed revision 42237.
msg27364 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-02-04 23:54
Logged In: YES 
user_id=33168

Thanks!

Committed revision 42236. (2.4)
Committed revision 42237.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42839
2006-01-26 14:38:16phlippedcreate