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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, mmokrejs
Date 2012-07-21.22:12:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342908768.64.0.566517004372.issue15416@psf.upfronthosting.co.za>
In-reply-to
Content
The * operator does not create copies, it duplicates references to existing objects.
Please read: http://docs.python.org/faq/programming.html#how-do-i-create-a-multidimensional-list
History
Date User Action Args
2012-07-21 22:12:48amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, mmokrejs
2012-07-21 22:12:48amaury.forgeotdarcsetmessageid: <1342908768.64.0.566517004372.issue15416@psf.upfronthosting.co.za>
2012-07-21 22:12:48amaury.forgeotdarclinkissue15416 messages
2012-07-21 22:12:47amaury.forgeotdarccreate