Changes between Version 11 and Version 12 of SystemDevelopmentEN


Ignore:
Timestamp:
Jul 27, 2012, 5:19:27 PM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemDevelopmentEN

    v11 v12  
    123123All class variables should be declared in the ''init'' method, the ''firstTime()'' (if implemented) should be near the top.
    124124
     125=== Python 2.5 compatibility ===
     126In Fremantle on the N900 only Python 2.5 is available. Therefore, all modRana code needs to be Python 2.5 compatible.
     127
     128=== Python 3 compatibility ===
     129!ModRana has not yet been tested on Python 3, but forward compatibility is desired. For example, 'print' should be always used with braces, to be Python 3 compatible.
     130
     131
    125132== Porting ==
    126133