Changes between Version 30 and Version 31 of CodingStandards
- Timestamp:
- 2019-03-15T17:07:37Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStandards
v30 v31 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 from v2.6.6to the most recent 2.x, inclusive.8 Tahoe 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. 9 9 10 10 === Naming and Layout ===