python 2.6 is no more

[Imported from Trac: page CodingStandards, version 31]
exarkun 2019-03-15 17:07:37 +00:00
parent 8eb116e2c8
commit 515fb2ce57

@ -5,7 +5,7 @@ Here are some Python code style guidelines. We also include official Python guid
## Basic standards ## Basic standards
### Compatibility ### Compatibility
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. 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.
### Naming and Layout ### Naming and Layout