R. David Murray <rdmur...@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: d...@python -> 
nosy: +brian.curtin, gregory.p.smith, r.david.murray, tim.golden
versions: +Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10739>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to