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 stesteve
Recipients stesteve
Date 2008-06-10.04:24:27
SpamBayes Score 0.036754057
Marked as misclassified No
Message-id <1213071869.88.0.834144685445.issue3072@psf.upfronthosting.co.za>
In-reply-to
Content
This bug is explained in the attached file.  The list of lists does not
behave correctly when it is defined by the makeGrid function in the
attached file.  When attempting to set the value of one element, it
actually sets multiple elements.  The same operation works differently
when the list of lists is defined with a literal.  I am using version
2.5.2 with Windows XP.  I am just learning Python, so I may have gotten
some terminology wrong.
stesteve
History
Date User Action Args
2008-06-10 04:24:30stestevesetspambayes_score: 0.0367541 -> 0.036754057
recipients: + stesteve
2008-06-10 04:24:29stestevesetspambayes_score: 0.0367541 -> 0.0367541
messageid: <1213071869.88.0.834144685445.issue3072@psf.upfronthosting.co.za>
2008-06-10 04:24:29stestevelinkissue3072 messages
2008-06-10 04:24:28stestevecreate