Development Team/Activities/Compatibility: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 February 2010

21 February 2010

17 March 2009

26 November 2008

  • curprev 05:4905:49, 26 November 2008 Tomeu talk contribs 255 bytes +255 New page: As an example, instead of: if sugar.version >= 0.82: keyHash = util.sha_data(key) else: keyHash = util._sha_data(key) you would code: if hasattr(util, 'sha_data'): key...