From daae5c6ffb5e9a619565d3e1316221aa06bd3a6e Mon Sep 17 00:00:00 2001 From: daira <> Date: Thu, 18 Apr 2013 03:22:25 +0000 Subject: [PATCH] make 2.6.6 the earliest supported Python version [Imported from Trac: page CodingStandards, version 22] --- CodingStandards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodingStandards.md b/CodingStandards.md index 8d18bcb..287689f 100644 --- a/CodingStandards.md +++ b/CodingStandards.md @@ -5,7 +5,7 @@ Here are some Python code style guidelines. We also include official Python guid ## basic standards ### compatibility -Tahoe requires Python v2.6.8 or greater. No effort should be made to offer compatibility with versions of Python older than 2.6.8. Effort should be made to work with the most recent release of Python v2.x, and with every release between v2.6.8 and the most recent 2.x. +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. ### naming and layout