Changes between Version 11 and Version 12 of PythonPort/Status


Ignore:
Timestamp:
Oct 20, 2007, 12:46:57 AM (18 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort/Status

    v11 v12  
    103103 * Convert all modules still using global variables to using 'context' object.
    104104 * Introduce Property class, and no longer store properties as specially formatted strings
     105 * Introduce Feature class, and don't use icky dict.
    105106
    106107== Post port: design cleanup ==
    107108
    108109 * Use 'Metatarget' prefix for classes in the 'target' module
    109  * Kill ProjectAttributes and keep all information about project inside ProjectTarget
     110 * Kill !ProjectAttributes and keep all information about project inside !ProjectTarget
    110111 
    111112