Am 24.07.2012 09:47 schrieb Ulrich Eckhardt:
[0] Note that in almost all cases, when referring to a tag, Python implicitly operates on the object attached to it. One case (the only one?) where it doesn't is the "del" statement.
The del and the =, concerning the left side.But even those don't do that under all circumstances. Think about __setitem__, __setattr__, __set__, __delitem__, __delattr__, __delete__.
Thomas -- http://mail.python.org/mailman/listinfo/python-list