New submission from Ross Lagerwall <rosslagerw...@gmail.com>:

On Windows, creating a subprocess does not work when stdin (or stdout or 
stderr) is set as a file object created from socket.makefile(). An IOError is 
thrown.

This works fine on Unix so I assume it is a platform limitation rather than a 
Python bug.

If this is so then this should be documented under the subprocess module.

----------
assignee: d...@python
components: Documentation, Library (Lib)
files: test.py
messages: 124382
nosy: d...@python, rosslagerwall
priority: normal
severity: normal
status: open
title: Subprocess behavior on Windows
type: behavior
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file20115/test.py

_______________________________________
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