Issue 1766421: poll() returns "status code", not "return code" (original) (raw)

Issue1766421

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:25 admin set github: 45270
2007-08-23 17:58:13 georg.brandl set status: open -> closedassignee: georg.brandlresolution: fixedmessages: + nosy: + georg.brandl
2007-08-02 19:54:04 ezide_com create