This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients brian.curtin, georg.brandl
Date 2010-02-02.17:00:22
SpamBayes Score 5.2487143e-05
Marked as misclassified No
Message-id <1265130024.2.0.807929500007.issue7838@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, the subprocess module makes use of functions publicly exposed by PC/_subprocess.c to interact with Win32 API functions. However, no documentation exists for these functions, neither in the online docs nor in docstrings.
History
Date User Action Args
2010-02-02 17:00:24brian.curtinsetrecipients: + brian.curtin, georg.brandl
2010-02-02 17:00:24brian.curtinsetmessageid: <1265130024.2.0.807929500007.issue7838@psf.upfronthosting.co.za>
2010-02-02 17:00:22brian.curtinlinkissue7838 messages
2010-02-02 17:00:22brian.curtincreate