R. David Murray <rdmur...@bitdance.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7867>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to