Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'talks': 0.03; 'assignment': 0.07; 'variables.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'ahead,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'lhs': 0.16; 'variable.': 0.16; 'variables,': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'putting': 0.22; 'cc:addr:python.org': 0.22; 'either.': 0.24; 'cc:2**0': 0.24; 'values': 0.27; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:wiki': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'url:wikipedia': 0.31; 'copying': 0.34; 'common': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'pm,': 0.38; 'sure': 0.39; 'either': 0.39; 'subject:The': 0.64; 'subjectcharset:utf-8': 0.72; 'article': 0.77; '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=hWiqNAQ3MB5+SsRPFq1Z3b2LzdTq17lPTwTYh7g9/94=; b=uJ8fO6gf7+T6AkkrkbSZBb3NpKULUe/lNK8GxTu05ioiqk0ybf+OvIAGPGXXwiDAwe 2t1fneu++AMVpRVeopczG8L9scFyjouI52iwHCeSMibnXpWurOYVuIdajuSojRZCm2m1 6XVEjaUXwWaAT5FAekv2RqqFvNHj4UrjaEC9G0ZqiLTdQnRIREjK/Uo/be/TWvtMRhSR DjuRippAdJ9xWDcDy6zXipUH+tXpssthd7ywWQyW9ui/jduqJgmZBJxPpUHaKKvetEhM +NRqHTNGS/vUKcOty9TnVxTh1o0IQ8+QmhXbcuyX0AJv4sD2T2IoNJ8whWDhxbAjBklk x6Qg== MIME-Version: 1.0 X-Received: by 10.58.13.104 with SMTP id g8mr12124065vec.16.1399705829192; Sat, 10 May 2014 00:10:29 -0700 (PDT) In-Reply-To: References: <235C4BFA-9770-481A-9FCF-21C3F036769C@gmail.com> <5368681D.8070602@islandtraining.com> <85zjiuea37.fsf_-_@benfinney.id.au> <8738gmxgay.fsf@elektro.pacujo.net> <87tx91warf.fsf@elektro.pacujo.net> <85eh05cdjx.fsf@benfinney.id.au> <87ha50hagu.fsf@elektro.pacujo.net> <8738gkh42a.fsf@elektro.pacujo.net> <8538gkaxr8.fsf@benfinney.id.au> <536c1b2e$0$29965$c3e8da3$5496439d@news.astraweb.com> <536d8208$0$29980$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 10 May 2014 17:10:29 +1000 Subject: =?UTF-8?B?UmU6IFRoZSDvv70gZGViYXRl?= 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399705831 news.xs4all.nl 2837 [2001:888:2000:d::a6]:50116 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71226 On Sat, May 10, 2014 at 3:58 PM, Gregory Ewing wrote: > Steven D'Aprano wrote: >> >> some_function(x, y+1)[key].attribute[num](arg)[spam or eggs] = 42 >> >> I'm pretty sure that it isn't common to call the LHS of that assignment a >> variable. > > > A better way of putting it might be "something in the data > model that can be assigned to". https://en.wikipedia.org/wiki/Assignment_(computer_science) Go ahead, start an edit war at that page over its use of "variable". :) Right there it talks about copying values into variables. So if Python has no variables, then either that article is inappropriate, or Python has no assignment either. ChrisA