Changes between Version 21 and Version 22 of CodingStandards


Ignore:
Timestamp:
2013-04-18T03:22:25Z (11 years ago)
Author:
daira
Comment:

make 2.6.6 the earliest supported Python version

Legend:

Unmodified
Added
Removed
Modified
  • CodingStandards

    v21 v22  
    66=== compatibility ===
    77
    8 Tahoe 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.
     8Tahoe requires Python v2.6.6 or greater (although the current code only refuses to run on Python < 2.6). No effort should be made to offer compatibility with versions of Python older than 2.6.6. Effort should be made to work with the most recent release of Python v2.x, and with every release between v2.6.6 and the most recent 2.x, inclusive.
    99
    1010=== naming and layout ===