From 53c242ee3a05eaf9eef7650611c268546e60ebaf Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 18 Mar 2012 17:38:50 -0400 Subject: add python 3 logo --- docs/python-3.png | Bin 0 -> 8858 bytes docs/whatsnew-1.3.rst | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 docs/python-3.png diff --git a/docs/python-3.png b/docs/python-3.png new file mode 100644 index 000000000..46ecd8581 Binary files /dev/null and b/docs/python-3.png 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. -- cgit v1.2.3