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 r.david.murray
Recipients ezio.melotti, georg.brandl, michael.foord, r.david.murray
Date 2010-02-06.21:37:39
SpamBayes Score 0.0013238725
Marked as misclassified No
Message-id <1265492260.84.0.0455348564068.issue7867@psf.upfronthosting.co.za>
In-reply-to
Content
Well, the thrust of the second part is to make it clear that there *are* no differences between mutable and immutable objects as far as the assignment semantics are concerned.  All objects in Python are treated the same.  What is different is what is on the left hand side of the assignment, and yes, it would probably be helpful to point that out explicitly.
History
Date User Action Args
2010-02-06 21:37:40r.david.murraysetrecipients: + r.david.murray, georg.brandl, ezio.melotti, michael.foord
2010-02-06 21:37:40r.david.murraysetmessageid: <1265492260.84.0.0455348564068.issue7867@psf.upfronthosting.co.za>
2010-02-06 21:37:39r.david.murraylinkissue7867 messages
2010-02-06 21:37:39r.david.murraycreate