From add59a91cf45b567397db134d3e4ed4ce3ecd6da Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Mon, 7 Jul 2014 21:17:20 +0900 Subject: [PATCH] Stop recommending Python 2.6 --- docs/advanced_foreword.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_foreword.rst b/docs/advanced_foreword.rst index 9f7a73bd..22e333f8 100644 --- a/docs/advanced_foreword.rst +++ b/docs/advanced_foreword.rst @@ -57,7 +57,7 @@ partially caused by changes in the language that went unreviewed for too long, partially also because we have not quite worked out how the lower- level API should change to account for the Unicode differences in Python 3. -We strongly recommend using Python 2.6 and 2.7 with activated Python 3 +We strongly recommend using Python 2.7 with activated Python 3 warnings during development. If you plan on upgrading to Python 3 in the near future we strongly recommend that you read `How to write forwards compatible Python code