Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.068 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'python': 0.10; 'resource,': 0.16; 'subprocess': 0.16; 'wrote:': 0.16; '2015': 0.20; 'aug': 0.20; 'python"': 0.22; 'am,': 0.23; 'header:In-Reply- To:1': 0.24; 'module': 0.25; 'message-id:@mail.gmail.com': 0.27; 'url:python': 0.33; 'covered': 0.34; 'this?': 0.34; 'received:google.com': 0.35; 'url:org': 0.36; 'url:library': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'to:addr:python.org': 0.40; 'where': 0.40; 'url:3': 0.60; 'book.': 0.72; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=kMLaDLUKnTyS8J9+JKQjEEXgYF1tYOP5+3IoB7u0AJc=; b=C8lpllcWJeYoAeFxlkBIlNuGiColLXn0Trv2BxrdU3Rv0OXhN1lmR2uhlhau9vUCOq oS9IMeaJA3jrNz8XzdXBysRj0fcXwDvt2aoX6SWN80ZrhjJqC1muzzG3cZ1g9XI5lBUS O0UPEt+mItjCFCYoY6AdtlioZDSIkBDbECofLjCIk7B0qBKwqotlmZQwfadjMg6zQYMj eRNapViaHIF5lsDtYn5vkjn8CUifHjhovvXdv1TbsFteGw/aMzN606GR6UfClqlWNo23 luikTkrujwSiJVDyH/+B4OhT+JS1N3viTvHiaa1X+/A2rP0eVtUdIz6RUGEKpWJCASAh kX4w== X-Received: by 10.107.137.96 with SMTP id l93mr18105086iod.60.1439142773357; Sun, 09 Aug 2015 10:52:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <269a4bf7-cbf1-4262-86ad-c6ada3d99d58@googlegroups.com> References: <269a4bf7-cbf1-4262-86ad-c6ada3d99d58@googlegroups.com> From: Ian Kelly Date: Sun, 9 Aug 2015 11:52:13 -0600 Subject: Re: Pipes To: Python Content-Type: text/plain; charset=UTF-8 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: , Newsgroups: comp.lang.python Message-ID: Lines: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439142781 news.xs4all.nl 2942 [2001:888:2000:d::a6]:48299 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95197 On Sun, Aug 9, 2015 at 11:39 AM, wrote: > Where can I find out about this? It's not mentioned in my "Introduction to Python" book. The Python documentation at docs.python.org are an important resource, and in particular the subprocess module is covered at https://docs.python.org/3/library/subprocess.html.