Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.straub-nv.de!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder7.xlned.com!news2.euro.net!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.037 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; '22,': 0.09; 'explanation': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'subject:need': 0.17; 'jan': 0.18; 'question.': 0.20; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'search.': 0.29; 'help,': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; '2013': 0.84; 'piping': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=BhJya8xvMh8+8k2W9gSu1Ggrh4NpuvjgldOHfM98RVw=; b=sGP8F2YiudEhbcgxW7N+Jvqee1FjfmYHT1CcyBfABbAVQZBxPkyv9oVO5qZ6EujMnk tpWY93M3oBTlRqnbV89Bo3wckD3eRfll8uHC/n/2J+x66XMd93chBsWi6stVDKTJ/2CN GdoZMR7xw2vU1OGBnlMEjlj2VjZrPLTun0k27El3PWCEhGiNULhZCQl87aOq8vAXPWBp YDfugCdwtg1mxA8ss0CPBSpNSAZjj+vSg0+EVsBF1pAiFvO+oh+rtcAghXZkwUq+79bp IiCyrNaO6tz2crprd3x87YazFw9fSDpkGVkL9KrTaoWT9dkRLeIJWC2LHMmdtcGp2HwS mXow== MIME-Version: 1.0 X-Received: by 10.220.150.136 with SMTP id y8mr20742247vcv.34.1358801882593; Mon, 21 Jan 2013 12:58:02 -0800 (PST) In-Reply-To: References: Date: Tue, 22 Jan 2013 07:58:02 +1100 Subject: Re: need explanation From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358801891 news.xs4all.nl 6904 [2001:888:2000:d::a6]:40018 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37226 On Tue, Jan 22, 2013 at 3:06 AM, wrote: > please I need some explanation on sys.stdin and sys.stdout, and piping out Try the documentation or a web search. If that doesn't help, ask a specific question. ChrisA