Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!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.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; '.py': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'print': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; '>>>>': 0.31; 'sep': 0.31; 'actual': 0.34; 'could': 0.34; 'received:google.com': 0.35; 'files': 0.38; 'reliability': 0.84; 'to:none': 0.92 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=BH/v1mBUPU7OVfVv+1Rx309cRdeL6YXoPaN1lbmtpoM=; b=Da0/gussnjz+Xy1ZruW6Dcxgtr76eY3XCbulLvZBtYxnArmkZXtxyR9dRKLGGiZKih zPWXf7TRJhyzu1Nln69aC6UZyOdCNeMuqd86U1dmthZkPdGenO2e99OW6hdD4QTofZhV Dm5dr9UU/rv9Ys2cfiqHfZBt+YntNGB+8XN57XIv6ss3vupqxx9lyHwq/vUSUWRtDIlo O/4ll2UC4fxfkuCoqkCd3AzerjiSBVUZFjAmRfF1Uco7KD0x9o1OZvdGf+4pQahweiQ0 gCrXur2/PHi0olsuQry5kYs9FK17cxQf6ONid7fpw6OcD+CqNIn6zmPvX7amq5MalM8f unRA== MIME-Version: 1.0 X-Received: by 10.50.30.72 with SMTP id q8mr1729550igh.14.1409795791309; Wed, 03 Sep 2014 18:56:31 -0700 (PDT) In-Reply-To: <51acfec6-6b7b-4773-8d70-0360381bbed1@googlegroups.com> References: <51acfec6-6b7b-4773-8d70-0360381bbed1@googlegroups.com> Date: Thu, 4 Sep 2014 11:56:31 +1000 Subject: Re: Python is going to be hard From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409795794 news.xs4all.nl 2839 [2001:888:2000:d::a6]:36340 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77517 On Thu, Sep 4, 2014 at 11:48 AM, Rustom Mody wrote: >>>> NO PRINT Yes, or the OP could work with actual saved .py files and the reliability that comes from predictable execution environments... and use print. Why are you so dead against print? ChrisA