Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: subprocess check_output Date: Thu, 7 Jan 2016 21:25:31 +1100 Lines: 22 Message-ID: References: <20151230210227.GA88234@cskk.homeip.net> <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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101329 On Thu, Jan 7, 2016 at 9:14 PM, Marko Rauhamaa wrote: > Marko Rauhamaa : > >> Chris Angelico : >> >>> 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