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 nidoizo
Recipients
Date 2005-04-03.20:46:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch make subprocess.Popen support file-like
objects without fileno for stdout and stderr on Windows
(intend to do Unix once patch accepted).  It makes
subprocess.Popen able to redirect stdout and stderr to
objects like StringIO or other objects with file
objects interface.
History
Date User Action Args
2007-08-23 15:42:35adminlinkissue1175984 messages
2007-08-23 15:42:35admincreate