Georg Brandl wrote: > mutable = mutable + immutable > > mutable += immutable I wouldn't have a problem with these being different. They're already different with list + tuple (although in that case, one of them is disallowed). -- Greg