summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-18 17:38:50 -0400
committerChris McDonough <chrism@plope.com>2012-03-18 17:38:50 -0400
commit53c242ee3a05eaf9eef7650611c268546e60ebaf (patch)
tree6e85e00a0f41e69b498cbd6723cd16dae69b968e
parent82a42e019dd7823887260c31a908126c2619927e (diff)
downloadpyramid-53c242ee3a05eaf9eef7650611c268546e60ebaf.tar.gz
pyramid-53c242ee3a05eaf9eef7650611c268546e60ebaf.tar.bz2
pyramid-53c242ee3a05eaf9eef7650611c268546e60ebaf.zip
add python 3 logo
-rw-r--r--docs/python-3.pngbin0 -> 8858 bytes
-rw-r--r--docs/whatsnew-1.3.rst2
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/python-3.png b/docs/python-3.png
new file mode 100644
index 000000000..46ecd8581
--- /dev/null
+++ b/docs/python-3.png
Binary files differ
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst
index 85bb26ba5..b4138be13 100644
--- a/docs/whatsnew-1.3.rst
+++ b/docs/whatsnew-1.3.rst
@@ -15,6 +15,8 @@ The major feature additions in Pyramid 1.3 follow.
Python 3 Compatibility
~~~~~~~~~~~~~~~~~~~~~~
+.. image:: python-3.png
+
Pyramid continues to run on Python 2, but Pyramid is now also Python 3
compatible. To use Pyramid under Python 3, Python 3.2 or better is required.