Changes between Version 11 and Version 12 of PythonPort/Status
- Timestamp:
- Oct 20, 2007, 12:46:57 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonPort/Status
v11 v12 103 103 * Convert all modules still using global variables to using 'context' object. 104 104 * Introduce Property class, and no longer store properties as specially formatted strings 105 * Introduce Feature class, and don't use icky dict. 105 106 106 107 == Post port: design cleanup == 107 108 108 109 * Use 'Metatarget' prefix for classes in the 'target' module 109 * Kill ProjectAttributes and keep all information about project insideProjectTarget110 * Kill !ProjectAttributes and keep all information about project inside !ProjectTarget 110 111 111 112
