Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!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.074 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.02; 'attribute': 0.07; 'bootstrap': 0.07; 'used.': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'literal.': 0.16; 'slice,': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'specify': 0.24; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'container': 0.31; 'object.': 0.31; 'probably': 0.32; 'another': 0.32; 'objects': 0.35; 'but': 0.35; 'received:google.com': 0.35; '(we': 0.36; 'two': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'dave': 0.60; 'devoted': 0.84; 'of*': 0.84; 'subject:gets': 0.84; 'angel': 0.91; '2013': 0.98 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:to :content-type; bh=oGXXGcMWBt7GIF86wyg/7IWVGzSQZbCN4CM4bbnmTOk=; b=CIMh14ab46NuNgd4Zvv1ly6JiYESxVkbqGg9i3oHUdyHYqBrSvRbnq3x+eOnRoN3fc 0uk5iSWyP3J7Mh9WBzJT/CyU7oeas2SzcpCns/jcbEJZrzFnKsr4B6nKnFMoCF6/1tjy JCJ6QSv16aOXhTimGpwE74+aOjTj9pqByWtw1Z0cVxDHYucZAHRJ89G2/VfBMjpCPQLo 4XhCaIbsJp/vE1xNmhvKAVjecn6L2Q/ZIONBzBrBtJ0v+Cvgj3uQN7KgFcRvkVMBEMXD wfFWDMg9iK6fX9Ua6kIpXwXrvjRLDySdEpsMPBq2W7OkKCsmhL6gfNsA0EEIp+zIp/01 N2Tg== MIME-Version: 1.0 X-Received: by 10.58.144.105 with SMTP id sl9mr471703veb.98.1371626055507; Wed, 19 Jun 2013 00:14:15 -0700 (PDT) In-Reply-To: <51C144AA.5060008@davea.name> References: <51ba6e92$0$29997$c3e8da3$5496439d@news.astraweb.com> <51C144AA.5060008@davea.name> Date: Wed, 19 Jun 2013 17:14:15 +1000 Subject: Re: A certainl part of an if() structure never gets executed. 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371626065 news.xs4all.nl 15889 [2001:888:2000:d::a6]:54793 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48690 On Wed, Jun 19, 2013 at 3:42 PM, Dave Angel wrote: > Names are *one of* the ways we specify which objects are to be used. (We can > also specify objects via an container and a subscript or slice, or via an > attribute of another object. And probably another way or two.) But you always have to bootstrap it with either a name. Or a literal. So those are the only two ways to specify which objects are to be used. (Anyone fanatically devoted to nice red uniforms?) ChrisA