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: Tue, 5 Jan 2016 22:38:44 +1100 Lines: 14 Message-ID: References: <20151230210227.GA88234@cskk.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de wOKc0r1IptumUmgkABhGawlfv7APQro1LyV5Ko4UlXwQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'editor.': 0.09; 'file"': 0.09; 'oh,': 0.09; 'jan': 0.11; '*never*': 0.16; '10:15': 0.16; '2016': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'forgot': 0.23; 'header:In-Reply- To:1': 0.24; "i've": 0.25; 'chris': 0.26; 'message- id:@mail.gmail.com': 0.27; 'code': 0.30; 'another': 0.32; 'directory,': 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'done': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'wrong': 0.38; 'files': 0.38; 'some': 0.40; 'forget': 0.60; 'ever': 0.60; 'save': 0.60; 'your': 0.60; 'close': 0.61; 'again?': 0.84; 'chrisa': 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=HvpC7gZkJJ75z+dwfce4xItprsAZfFU+fg2NsgLpU8U=; b=kQ1o4cgvzFolaqfOFnMR0Em1bSqzoD4jX/PgQDw5qV2dQHXISjNMLlGkoLi0xk4HIk BB9BP384604edWKx/qhlgx61hlaxgKwIee3I8eRHgpu9jl+1XFfpZrcqmeULx5NNExjh u0cWVYCXi6/CvzRSoCjoBklkO6msdzASP/u7dhHMp1/R60ZxMsYFrRtBOfj6dxOj9ApT B7sN6KN2Ba00H6tyy9PYdJJbmrQFNi3GwcxEl2VHHof/dXp+FY4yrSJjozMt6N33xmTz uR8jk9nW7HTRXj2UOiE/vBqmDOulrMwnD4m+10yDCXrISWLzYc9bCgw8POmqwnA1u5C2 j6ig== X-Received: by 10.50.66.179 with SMTP id g19mr3533952igt.94.1451993925016; Tue, 05 Jan 2016 03:38:45 -0800 (PST) In-Reply-To: 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:101267 On Tue, Jan 5, 2016 at 10:15 PM, me wrote: > On 2016-01-02, Chris Angelico wrote: >> down to "whoops, I forgot to save the file" or "whoops, I was in the >> wrong directory"... > > Amen, bro. > > Exceptionally true if you ever need for some reason to put your code in > another directory, but you forget to close the files in your editor. :D Oh, and then you keep editing and save again? Nah, I've *never* done that... Never! ChrisA