[issue6394] getppid support in os module on Windows

Amaury Forgeot d'Arc report at bugs.python.org
Tue Sep 7 22:19:04 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I'm currently working on it.  I'll certainly commit it shortly with a few changes:
- no need to say that a function fails with WindowsError, at least in the docstring.
- return error sooner to reduce indentation.
- in tests, use subprocess instead of multiprocessing.
- other minor formatting nits.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6394>
_______________________________________


More information about the Python-bugs-list mailing list