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 r.david.murray
Recipients brian.curtin, docs@python, gregory.p.smith, r.david.murray, rosslagerwall, tim.golden
Date 2010-12-20.13:40:12
SpamBayes Score 4.0709713e-11
Marked as misclassified No
Message-id <1292852414.48.0.219463658316.issue10739@psf.upfronthosting.co.za>
In-reply-to
Content
This might be an example of the general problem that on windows, sockets and files don't mix well.  You can't use a file in a select call, either.

I think there are two possibilities here: either makefile doesn't produce anything very useful on windows, or there's a bug in either makefile or subprocess.  If the former, the proper place to document it would be in the makefile docs.
History
Date User Action Args
2010-12-20 13:40:14r.david.murraysetrecipients: + r.david.murray, gregory.p.smith, tim.golden, brian.curtin, docs@python, rosslagerwall
2010-12-20 13:40:14r.david.murraysetmessageid: <1292852414.48.0.219463658316.issue10739@psf.upfronthosting.co.za>
2010-12-20 13:40:12r.david.murraylinkissue10739 messages
2010-12-20 13:40:12r.david.murraycreate