[issue41825] os.waitid() documentation needs TLC

2021-06-24 Thread Irit Katriel
Irit Katriel added the comment: See also issue38802, issue34278, issue27808. -- nosy: +iritkatriel ___ Python tracker ___ ___

[issue41825] os.waitid() documentation needs TLC

2021-06-24 Thread Irit Katriel
Change by Irit Katriel : -- components: +Library (Lib) versions: +Python 3.11 -Python 3.8 ___ Python tracker ___ ___

[issue41825] os.waitid() documentation needs TLC

2020-09-22 Thread Georg Brandl
Change by Georg Brandl : -- keywords: +patch pull_requests: +21394 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/22356 ___ Python tracker

[issue41825] os.waitid() documentation needs TLC

2020-09-21 Thread Georg Brandl
New submission from Georg Brandl : There are a few points where `os.waitid()` docs need improvement. Current text: Wait for the completion of one or more child processes. idtype can be P_PID, P_PGID or P_ALL. id specifies the pid to wait on. options is constructed from the ORing of one or