Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45898

RE: PEP 378: Format Specifier for Thousands Separator

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 <carlosnepomuceno@outlook.com>
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 <carlosnepomuceno@outlook.com>
To "python-list@python.org" <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 <b87bfa97-e0cc-489e-847b-02d9312060bd@googlegroups.com>
References <b87bfa97-e0cc-489e-847b-02d9312060bd@googlegroups.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2069.1369409154.3114.python-list@python.org> (permalink)
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

Show key headers only | View raw


----------------------------------------
> Date: Thu, 23 May 2013 19:29:14 -0700
> Subject: Re: PEP 378: Format Specifier for Thousands Separator
> From: dihedral88888@gmail.com
[...]
> Could a separate instance like the I/O device of a subprocess
> to be easily available in Python?
>
> The next question would be whether the flow of several I/O data streams could be easily piped and manipulated in the high level
> programming designs without consuming too much resources.


I'm sorry but I don't understand your question.

Do you mean returning the output of another process to the caller? Like:

import subprocess
output = subprocess.check_output(['ping', 'google.com']) 		 	   		  

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

RE: PEP 378: Format Specifier for Thousands Separator Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-21 21:49 +0300
  Re: PEP 378: Format Specifier for Thousands Separator 88888 Dihedral <dihedral88888@gmail.com> - 2013-05-23 19:29 -0700
    RE: PEP 378: Format Specifier for Thousands Separator Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-24 18:25 +0300
    Re: PEP 378: Format Specifier for Thousands Separator Andreas Perstinger <andipersti@gmail.com> - 2013-05-24 19:28 +0200
    RE: PEP 378: Format Specifier for Thousands Separator Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-25 00:07 +0300

csiph-web