Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'output': 0.05; 'subject:PEP': 0.07; 'pep': 0.09; 'question.': 0.14; 'specifier': 0.16; 'thu,': 0.19; 'programming': 0.22; 'import': 0.22; 'python?': 0.22; 'separate': 0.22; 'to:name:python- list@python.org': 0.22; 'received:65.55.116': 0.24; 'question': 0.24; 'header:In-Reply-To:1': 0.27; 'skip:- 40': 0.29; "i'm": 0.30; "skip:' 10": 0.31; 'another': 0.32; 'device': 0.34; 'date:': 0.34; 'could': 0.34; 'skip:s 30': 0.35; 'but': 0.35; 'returning': 0.36; 'next': 0.36; 'too': 0.37; 'level': 0.37; 'easily': 0.37; 'to:addr:python-list': 0.38; 'subject:': 0.39; 'flow': 0.39; 'to:addr:python.org': 0.39; 'email addr:gmail.com': 0.63; 'high': 0.63; 're:': 0.63; 'streams': 0.84; '2013': 0.98 X-TMN: [qHJU6ePMX1Dmfat93vRAFvfeG6YwT++H] X-Originating-Email: [carlosnepomuceno@outlook.com] From: Carlos Nepomuceno To: "python-list@python.org" Subject: RE: PEP 378: Format Specifier for Thousands Separator Date: Fri, 24 May 2013 18:25:45 +0300 Importance: Normal In-Reply-To: References: , >, , , > , , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 24 May 2013 15:25:47.0754 (UTC) FILETIME=[F748DCA0:01CE5892] X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369409154 news.xs4all.nl 15901 [2001:888:2000:d::a6]:35009 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45898 ----------------------------------------=0A= > Date: Thu=2C 23 May 2013 19:29:14 -0700=0A= > Subject: Re: PEP 378: Format Specifier for Thousands Separator=0A= > From: dihedral88888@gmail.com=0A= [...]=0A= > Could a separate instance like the I/O device of a subprocess=0A= > to be easily available in Python?=0A= >=0A= > The next question would be whether the flow of several I/O data streams c= ould be easily piped and manipulated in the high level=0A= > programming designs without consuming too much resources.=0A= =0A= =0A= I'm sorry but I don't understand your question.=0A= =0A= Do you mean returning the output of another process to the caller? Like:=0A= =0A= import subprocess=0A= output =3D subprocess.check_output(['ping'=2C 'google.com']) =