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: poll() returns "status code", not "return code"
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: ezide_com, georg.brandl
Priority: normal Keywords:

Created on 2007-08-02 19:54 by ezide_com, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg32579 - (view) Author: sjbrown (ezide_com) Date: 2007-08-02 19:54
http://docs.python.org/lib/popen3-objects.html

poll() documentation should say that it returns the "status code"
msg55168 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-08-23 17:58
Thanks for the report, fixed in rev. 57326, 57327.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45270
2007-08-23 17:58:13georg.brandlsetstatus: open -> closed
assignee: georg.brandl
resolution: fixed
messages: + msg55168
nosy: + georg.brandl
2007-08-02 19:54:04ezide_comcreate