diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-18 17:38:50 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-18 17:38:50 -0400 |
| commit | 53c242ee3a05eaf9eef7650611c268546e60ebaf (patch) | |
| tree | 6e85e00a0f41e69b498cbd6723cd16dae69b968e | |
| parent | 82a42e019dd7823887260c31a908126c2619927e (diff) | |
| download | pyramid-53c242ee3a05eaf9eef7650611c268546e60ebaf.tar.gz pyramid-53c242ee3a05eaf9eef7650611c268546e60ebaf.tar.bz2 pyramid-53c242ee3a05eaf9eef7650611c268546e60ebaf.zip | |
add python 3 logo
| -rw-r--r-- | docs/python-3.png | bin | 0 -> 8858 bytes | |||
| -rw-r--r-- | docs/whatsnew-1.3.rst | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/python-3.png b/docs/python-3.png Binary files differnew file mode 100644 index 000000000..46ecd8581 --- /dev/null +++ b/docs/python-3.png 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. |
