remove a redundancy

[Imported from Trac: page CodingStandards, version 24]
daira 2013-12-19 01:23:36 +00:00
parent 2ebf79708f
commit cc0d214f04

@ -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 the most recent release of Python v2.x, and with every release between v2.6.6 and the most recent 2.x, inclusive. 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 and the most recent 2.x, inclusive.
### naming and layout ### naming and layout