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 pitrou
Recipients asksol, brian.curtin, gregory.p.smith, jnoller, pitrou, tim.golden
Date 2011-04-03.18:50:28
SpamBayes Score 0.08721123
Marked as misclassified No
Message-id <1301856629.83.0.865133251957.issue11750@psf.upfronthosting.co.za>
In-reply-to
Content
subprocess and multiprocessing both have their own private modules for wrappers of win32 functions: Modules/_multiprocessing/win32_functions.c and PC/_subprocess.c.

It would be nice to group them in a common module (_win32?) that could be used throughout the stdlib.
History
Date User Action Args
2011-04-03 18:50:29pitrousetrecipients: + pitrou, gregory.p.smith, tim.golden, jnoller, brian.curtin, asksol
2011-04-03 18:50:29pitrousetmessageid: <1301856629.83.0.865133251957.issue11750@psf.upfronthosting.co.za>
2011-04-03 18:50:29pitroulinkissue11750 messages
2011-04-03 18:50:28pitroucreate