Changes between Version 24 and Version 25 of CodingStandards
- Timestamp:
- 2013-12-19T01:24:32Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStandards
v24 v25 6 6 === compatibility === 7 7 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 between v2.6.6 andthe most recent 2.x, inclusive.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. 9 9 10 10 === naming and layout ===