Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'received:internal': 0.09; 'tuple': 0.09; 'tuple.': 0.09; 'python': 0.11; 'python.': 0.11; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'wrote:': 0.16; 'references': 0.23; 'header:In-Reply-To:1': 0.24; 'objects': 0.29; 'fri,': 0.31; 'point': 0.33; 'surprised': 0.33; 'subject:?': 0.34; 'to:addr:python-list': 0.35; 'two': 0.37; 'received:10': 0.37; 'subject:: ': 0.37; 'list.': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.39; 'from:no real name:2**0': 0.61; 'header:Message-Id:1': 0.62 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=VwhJoh7RuC/aYwy1kcqgGXak+GY=; b=si43zV p+l1TRyBn7Xjc0K/L+Vvnu1B/fhk6nWu/X556Yyk0vsfEJVSUNVqw4imsXbPWp0i idJY4cZehuD8zbQr6BZKdzHKOwohs6bXdBusohgmnG5Pok83t9JQwayBNxlt5pkq XhbGVKOyvHEb2WN+Ps0L4DyvjS5e7VyBGv3e4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=VwhJoh7RuC/aYwy 1kcqgGXak+GY=; b=H+rUOnx/iC9/LqkLhvBckLr6LuLux4eZA81Rk1eU69XIzGp T7MkWTPAeLnvQp5JXEoe6S7V2wUar0CHXlLEvw26uRE8Ri7gXFCi+m02wZhW5LXe MGh09J5EIVpdlP0+KzyOkYeduoUaDRqcgUNExygcm4lChZkWfLq5YY+tkIy0= X-Sasl-Enc: jRvHLnCIkjGgdJsFqPY6n+sVnxAVfr7ghDX7wQZ1jHSr 1433561280 From: random832@fastmail.us To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-b076c697 In-Reply-To: <81cb1232-ecf8-4cf0-b29c-ecf2ca47ade0@googlegroups.com> References: <3bbe49da-e989-4a8c-a8a9-75d3a786f508@googlegroups.com> <557056f9$0$13009$c3e8da3$5496439d@news.astraweb.com> <5570ce43$0$12991$c3e8da3$5496439d@news.astraweb.com> <55710b69$0$12980$c3e8da3$5496439d@news.astraweb.com> <6c78b294-efd6-4096-a572-1841aa71a5eb@googlegroups.com> <557182af$0$13014$c3e8da3$5496439d@news.astraweb.com> <33a2f501-5587-4fd9-91fa-7094d4f6c512@googlegroups.com> <81cb1232-ecf8-4cf0-b29c-ecf2ca47ade0@googlegroups.com> Subject: Re: Can Python function return multiple data? Date: Fri, 05 Jun 2015 23:28:00 -0400 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433561282 news.xs4all.nl 2918 [2001:888:2000:d::a6]:45326 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92167 On Fri, Jun 5, 2015, at 23:20, Rustom Mody wrote: > The word immutuable happens to have existed in English before python. > I also happen to have used it before I knew of python > The two meanings do not match > I am surprised > Is that surprising? They don't match only if you consider the objects a tuple references to be part of the tuple. You cannot change the reference. It will always point to the same list.