On Mar 17, 2005, at 9:02 AM, Ioan Coman wrote: > Since there is a set_user(self, user) > why not have > def get_user(self): > return self.user Good idea. Just checked in. I'm a little worried about the clarity of the 'has_info' question, (with or without your other change). I think adding the items container doesn't make this clearer, since some 'info' may also come from other session attributes, not involved in __setitem__ calls.