Patches item #1175984, was opened at 2005-04-03 15:46 Message generated for change (Comment added) made by ianbicking You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1175984&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. 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. ---------------------------------------------------------------------- Comment By: Ian Bicking (ianbicking) Date: 2005-08-15 15:52 Message: Logged In: YES user_id=210337 Bug/feature request 1260171 addresses the same basic issue, but with the idea of a method like Popen.communicate() that writes and reads directly to/from file-like objects, instead of reading and returning strings. http://sourceforge.net/tracker/index.php?func=detail&aid=1260171&group_id=5470&atid=105470 But having submitted that other request, I have no real opinion of one technique over the other, except that one of them would be really nice to have. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1175984&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
