Changes between Version 30 and Version 31 of CodingStandards


Ignore:
Timestamp:
2019-03-15T17:07:37Z (5 years ago)
Author:
exarkun
Comment:

python 2.6 is no more

Legend:

Unmodified
Added
Removed
Modified
  • CodingStandards

    v30 v31  
    66=== Compatibility ===
    77
    8 Tahoe 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 every Python release from v2.6.6 to the most recent 2.x, inclusive.
     8Tahoe requires Python v2.7.13 or greater (although the current code only refuses to run on Python < 2.7). No effort should be made to offer compatibility with versions of Python older than 2.7.13. Effort should be made to work with every Python release from v2.7.13 to the most recent 2.x, inclusive.
    99
    1010=== Naming and Layout ===