Changes between Version 20 and Version 21 of CodingStandards


Ignore:
Timestamp:
2013-04-13T02:04:36Z (12 years ago)
Author:
zooko
Comment:

Python compatibility

Legend:

Unmodified
Added
Removed
Modified
  • CodingStandards

    v20 v21  
    66=== compatibility ===
    77
    8 Tahoe requires Python v2.4.2 or greater. No effort should be made to offer compatibility with versions of Python older than 2.4.2. Effort should be made to work with the most recent release of Python v2.x, and with every release between v2.4.2 and the most recent 2.x.
     8Tahoe requires Python v2.6.8 or greater. No effort should be made to offer compatibility with versions of Python older than 2.6.8. Effort should be made to work with the most recent release of Python v2.x, and with every release between v2.6.8 and the most recent 2.x.
    99
    1010=== naming and layout ===