Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'talks': 0.03; 'assignment': 0.07; 'variables.': 0.09; 'wrong,': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'ahead,': 0.16; 'assignment.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'variables,': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'either.': 0.24; 'cc:2**0': 0.24; 'values': 0.27; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'url:wikipedia': 0.31; 'values.': 0.31; 'copying': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'pm,': 0.38; '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=2VPnGQS8tc4hgY8wdBKnIVSgkl6LkIHfeaMI3z0YofE=; b=bdLuagUP1zIUXjtFocrC9rkWJgmU0ODWJV8nkABmTUOeZrqepGzb+QCIjMwPPf0Mab pYGT4rQU75tgFZhbv/3FMNXXs/DBlkC0Hbrq2AOco1eiKj/KLEObo72qsHpuLNM5bHf7 aZKFJluPiEqYPAu7vxX/J/henJJoRlWv/AO6ObWX48HQGnuVaOreQmRxZeyDzkwnB3qb WSiL4Tpe/hjoqRJjtArL2revsgzUxurshmb3/VCUKTV9V0ApPMwhciHp668yJCe2T0n7 uG3aRNHaRdT2VNUr9dta0D8zC7aNPtlApyJkIc3XiCs5lStBmxoJu//Rq4KTlIgLVhlF qdOw== MIME-Version: 1.0 X-Received: by 10.220.159.4 with SMTP id h4mr12535660vcx.1.1399708892081; Sat, 10 May 2014 01:01:32 -0700 (PDT) In-Reply-To: <536dd9cb$0$29980$c3e8da3$5496439d@news.astraweb.com> 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> <536dd9cb$0$29980$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 10 May 2014 18:01:32 +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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399709252 news.xs4all.nl 2951 [2001:888:2000:d::a6]:43866 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71234 On Sat, May 10, 2014 at 5:48 PM, Steven D'Aprano wrote: >> 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. > > Python assignment doesn't copy values. So either the article is wrong, or Python doesn't have assignment. Which is it? ChrisA