[issue7838] Undocumented subprocess functions on Windows
Brian Curtin
report at bugs.python.org
Wed Feb 3 16:34:10 CET 2010
Brian Curtin <curtin at acm.org> added the comment:
Here's a patch which keeps docstrings, and explicitly qualifies the Windows specific functions from _subprocess rather than using import * (which causes a couple of lines just over 79 chars). Now the functions are more hidden than before.
Ran the tests to be sure I got each change, nothing seems to have slipped by.
----------
Added file: http://bugs.python.org/file16117/issue7838_v2.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7838>
_______________________________________
More information about the Python-bugs-list
mailing list