Changes between Initial Version and Version 2 of Ticket #18989
- Timestamp:
- Oct 26, 2012, 8:24:39 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18989
- Property Type Uncategorized → Cleanup/optimization
-
Ticket #18989 – Description
initial v2 1 Shouldn't it be __getattribute__()?1 Shouldn't it be `__getattribute__()` ? 2 2 If we want set_dirty() to be called on every access to 'db' and 'cursor' attributes, definitely yes. Otherwise "if attr in self.__dict__: ..." should be removed. 3 3 {{{