[docs] [issue10739] Subprocess behavior on Windows

R. David Murray report at bugs.python.org
Mon Dec 20 14:40:14 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

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.

----------
assignee: docs at python -> 
nosy: +brian.curtin, gregory.p.smith, r.david.murray, tim.golden
versions: +Python 3.1

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


More information about the docs mailing list