Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101267
| 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 | Tue, 5 Jan 2016 22:38:44 +1100 |
| Lines | 14 |
| Message-ID | <mailman.14.1451993928.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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de wOKc0r1IptumUmgkABhGawlfv7APQro1LyV5Ko4UlXwQ== |
| Return-Path | <rosuav@gmail.com> |
| 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 | <n6g8kf$kq8$1@gioia.aioe.org> |
| 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:101267 |
Show key headers only | View raw
On Tue, Jan 5, 2016 at 10:15 PM, me <self@example.org> wrote: > On 2016-01-02, Chris Angelico <rosuav@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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