[issue27808] os.waitpid does not return (0, 0) when child has not exited (FreeBSD)

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

[issue34278] Documentation: os.waitid and os.WNOHANG

2021-06-24 Thread Irit Katriel
Irit Katriel added the comment: See also issue41825, issue38802, issue27808. -- components: +Library (Lib) nosy: +iritkatriel ___ Python tracker ___ __

[issue38825] shutil.disk_usage - Lacking documentation

2021-06-24 Thread Norman Lorrain
Norman Lorrain added the comment: This issue is a bit dated, but here goes: On Unix, the function `statvfs()` is called. `path` should be a path on a mounted filesystem (it should not be a device). On Windows, the function `GetDiskFreeSpaceExW()` is called. `path` is any directory on

[issue44507] Spam

2021-06-24 Thread Zachary Ware
Change by Zachary Ware : -- nosy: -Old Sub Sailor title: Favor needed ASAP -> Spam ___ Python tracker ___ ___ Python-bugs-list mail

[issue44507] Spam

2021-06-24 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg396511 ___ Python tracker ___ ___ Python-bugs-list mailing l

<    1   2