[Patches] [ python-Patches-1175984 ] Make subprocess.Popen support file-like objects (win)

SourceForge.net noreply at sourceforge.net
Sun Apr 3 22:46:31 CEST 2005


Patches item #1175984, was opened at 2005-04-03 16:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1175984&group_id=5470

Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Nicolas Fleury (nidoizo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Make subprocess.Popen support file-like objects (win)

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1175984&group_id=5470


More information about the Patches mailing list