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


Groups > comp.lang.python > #101329

Re: subprocess check_output

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: subprocess check_output
Date Thu, 7 Jan 2016 21:25:31 +1100
Lines 22
Message-ID <mailman.41.1452162334.2305.python-list@python.org> (permalink)
References <CAJYwLU=p_U3V7MfOx3wCH8qkamK0aSHzF1i0g2ZBgTXDgrF03Q@mail.gmail.com> <20151230210227.GA88234@cskk.homeip.net> <CAJYwLUn23Xh5D6Yvn8Atv=vzC6Xk8D3i2SgV8hyvvqiuvofQgg@mail.gmail.com> <mailman.185.1451772113.11925.python-list@python.org> <n6g8kf$kq8$1@gioia.aioe.org> <mailman.14.1451993928.2305.python-list@python.org> <n6lbcp$klp$1@gioia.aioe.org> <mailman.39.1452160487.2305.python-list@python.org> <87lh817l73.fsf@elektro.pacujo.net> <87d1td7l3f.fsf@elektro.pacujo.net>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de BHSZMvPdiiVnmB9Ko75Ttw+WwLPRejMv/3CImOWYFhiw==
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'lines,': 0.05; 'cc:addr:python-list': 0.09; '"if': 0.09; 'blue': 0.09; 'jan': 0.11; 'thu,': 0.15; '2016': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'red,': 0.16; 'something.': 0.16; 'wrote:': 0.16; '>>>': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sorry,': 0.22; 'header:In-Reply- To:1': 0.24; 'chris': 0.26; 'question': 0.27; 'message- id:@mail.gmail.com': 0.27; 'css': 0.27; 'correct': 0.28; 'getting': 0.33; 'similar': 0.33; 'changing': 0.34; 'file': 0.34; 'received:google.com': 0.35; 'something': 0.35; "isn't": 0.35; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'received:209': 0.38; 'green': 0.38; 'why': 0.39; 'along': 0.39; 'rather': 0.39; 'body': 0.61; 'color': 0.67; 'chrisa': 0.84; 'suggest,': 0.84; 'wordplay': 0.84; 'yellow': 0.84; 'to:none': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=SbW8XCYAtOWAbG9iBDzDgYUS8xjaemPPs4lI8hNL6q8=; b=cwOuTRjVMCMk3Yp/PrG6NuNw588fs1x0iQMMW6GCQ81KmNCYcMOZkNbVYgL6QgnO3p aCHyqKCRrYRepksHnt8A10BaepW9JdLzq7v5R41FQXAthVOWw1U8jIX0KJiwkjwwOpgy DDxbXEk2J5+xBKAooyMOLkcrvDLkt70Hg5ysN8k7X3V4AbDVmjHA1b+F9ZDElE32C2lF tZeTtYCzX4TDL1CJTj5MQ6Riiz4Pus/nlHOKpkX5NLVYv6NfmDe9AggD8RsqAJWVHaO5 zlXrif1UZ/sSUBGzRrykMnWRd3D0KUGlGqc0//c5zkO34dumDPtcShND/6RaUx0KTGQO BEwg==
X-Received by 10.107.40.76 with SMTP id o73mr33629764ioo.157.1452162331455; Thu, 07 Jan 2016 02:25:31 -0800 (PST)
In-Reply-To <87d1td7l3f.fsf@elektro.pacujo.net>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:101329

Show key headers only | View raw


On Thu, Jan 7, 2016 at 9:14 PM, Marko Rauhamaa <marko@pacujo.net> wrote:
> Marko Rauhamaa <marko@pacujo.net>:
>
>> Chris Angelico <rosuav@gmail.com>:
>>
>>> you ask the correct question of "why isn't my CSS file being read?"
>>
>> TL;DR
>
> Sorry, getting confused with homonyms:
>
>
>>> CSS gurus suggest, along similar lines, changing the background color
>>> of something to red.
>
>

Oh. I think that wordplay was _exactly_ why the choice was red, rather
than an equally-obvious yellow or green or blue or something. "If the
body is red, the file was read".

ChrisA

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


Thread

Re: subprocess check_output Chris Angelico <rosuav@gmail.com> - 2016-01-03 09:01 +1100
  Re: subprocess check_output me <self@example.org> - 2016-01-05 11:15 +0000
    Re: subprocess check_output Chris Angelico <rosuav@gmail.com> - 2016-01-05 22:38 +1100
      Re: subprocess check_output me <self@example.org> - 2016-01-07 09:33 +0000
        Re: subprocess check_output Chris Angelico <rosuav@gmail.com> - 2016-01-07 20:54 +1100
          Re: subprocess check_output Marko Rauhamaa <marko@pacujo.net> - 2016-01-07 12:12 +0200
            Re: subprocess check_output Marko Rauhamaa <marko@pacujo.net> - 2016-01-07 12:14 +0200
              Re: subprocess check_output Chris Angelico <rosuav@gmail.com> - 2016-01-07 21:25 +1100

csiph-web