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

SourceForge.net noreply at sourceforge.net
Fri Apr 8 20:30:26 CEST 2005


Patches item #1175984, was opened at 2005-04-03 15:46
Message generated for change (Settings changed) made by rhettinger
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: Peter Åstrand (astrand)
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