This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Andrew.Hays
Recipients Andrew.Hays, benjamin.peterson
Date 2010-02-01.03:59:28
SpamBayes Score 0.043125916
Marked as misclassified No
Message-id <1264996769.75.0.547403054548.issue7823@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, my apolgogies, I didn't realize that.  I suppose I didn't look deeply enough into the situation.  I just realized that it worked that way with dictionaries, but by the same right, x=[[]]*3 would create [[], [], []] and if I said x[0][0]=1 then it would only do that for the first inner array. (e.g. x = [[1], [], []]).  Again, my apologies for not looking into this further.
History
Date User Action Args
2010-02-01 03:59:30Andrew.Hayssetrecipients: + Andrew.Hays, benjamin.peterson
2010-02-01 03:59:29Andrew.Hayssetmessageid: <1264996769.75.0.547403054548.issue7823@psf.upfronthosting.co.za>
2010-02-01 03:59:28Andrew.Hayslinkissue7823 messages
2010-02-01 03:59:28Andrew.Hayscreate