User-defined augmented assignment

Paddy paddy3118 at netscape.net
Thu Sep 29 16:01:22 EDT 2005


I thought along these lines:
  It is an augmented ASSIGNMENT. (It even has an equals sign in it).
  tuples are immutable so you should not be able to assign to one of
its elements.

 - So there is no problem for me - I shouldn't be messing with an
element of an
immutable type!

- Cheers, Paddy.




More information about the Python-list mailing list