From d8afa3b5cb5e896700e654c3b8d90de54d54269c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 29 Jan 2012 01:06:46 -0800 Subject: Clarify Python 2 and 3 compatibility for tl;dr users. --- docs/whatsnew-1.3.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/whatsnew-1.3.rst') diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index ee4e2ccb5..cdb7a3b4f 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -15,7 +15,9 @@ The major feature additions in Pyramid 1.3 follow. Python 3 Compatibility ~~~~~~~~~~~~~~~~~~~~~~ -Pyramid is now Python 3 compatible. Python 3.2 or better is required. +In addition to running on Python 2 (version 2.6 or 2.7 required), Pyramid is +now Python 3 compatible. For Python 3 compatibility, Python 3.2 or better +is required. .. warning:: -- cgit v1.2.3