Ticket #49 (defect)
Opened 7 years ago
Last modified 7 years ago
Unit._properties should be a list, not a dict
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | Misc | Keywords: | |
| Cc: | Estimate (total hours): | 2 | |
It's confusing to have some properties for a subclass only be present in the superclass' _properties attribute. Making _properties into a list instead of a dict would help a lot.
Change History
03/10/06 22:36:52: Modified by fumanchu
- status changed from assigned to closed.
- resolution set to fixed.

Fixed in [191]. Unit.properties is now a list, not a method, and contains what Unit._properties.keys() used to contain.