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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
