summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.3.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2012-01-29 01:06:46 -0800
committerSteve Piercy <web@stevepiercy.com>2012-01-29 01:06:46 -0800
commitd8afa3b5cb5e896700e654c3b8d90de54d54269c (patch)
treec81f7b4379270507d7edf5003a690ae09ff20fbb /docs/whatsnew-1.3.rst
parentb2558a84011afcfbcdca93bb7940411ea6c5ae5a (diff)
downloadpyramid-d8afa3b5cb5e896700e654c3b8d90de54d54269c.tar.gz
pyramid-d8afa3b5cb5e896700e654c3b8d90de54d54269c.tar.bz2
pyramid-d8afa3b5cb5e896700e654c3b8d90de54d54269c.zip
Clarify Python 2 and 3 compatibility for tl;dr users.
Diffstat (limited to 'docs/whatsnew-1.3.rst')
-rw-r--r--docs/whatsnew-1.3.rst4
1 files changed, 3 insertions, 1 deletions
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::