Sorry, my fault. I was not enough attentive while read this
http://docs.python.org/2.7/reference/datamodel.html?highlight=__eq__#object.__eq__ part of documentation. I somehow thought that comparison method must wait NotImplementedError in case of impassible comparison. But now, when you point me on my error I see, that documentation say about returgnin NotImplemented singleton, from not implemented comparison methods.
Sorry, I very ashamed. Thanks for
clarification.PS Is there a more simpler method to mark an attribute of mapped instance as "dirty"?