Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'terry': 0.09; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'thanks.': 0.21; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'header:X-Complaints-To:1': 0.28; 'post': 0.28; 'context,': 0.29; 'case,': 0.29; 'subject:lists': 0.32; 'could': 0.32; 'stands': 0.33; 'subject:List': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'list': 0.35; 'received:org': 0.36; 'should': 0.36; 'subject:: ': 0.38; 'mark': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; ':).': 0.84; 'received:fios.verizon.net': 0.84; 'alone.': 0.91; 'subject:Value': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Changing a Value in List of lists Date: Sun, 02 Sep 2012 14:07:47 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 In-Reply-To: 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346609404 news.xs4all.nl 6969 [2001:888:2000:d::a6]:39504 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28286 On 9/2/2012 7:17 AM, Mark Lawrence wrote: > On 02/09/2012 12:05, Rishabh Dixit wrote: >> Hi, >> >> I got it :). We should create a new list every time before adding to a >> list >> of list so that instead repeating the reference a new reference generated >> every time. >> > > Please don't top post on this list as it often destroys the context, > thanks. In this particular case, OP could and should have trimmed off everything other than the top post, as it stands alone. Then it would not have been a top post ;-). -- Terry Jan Reedy