summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.3.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-20 14:28:15 -0400
committerChris McDonough <chrism@plope.com>2012-03-20 14:28:15 -0400
commit731d5f571c2b78a885e176abfd0c16f78ec6bc02 (patch)
treeecdc920797f12c3661df2896c0c678f4cb839958 /docs/whatsnew-1.3.rst
parent676131b34addf444f58a3dec011dd5f05329b0cf (diff)
downloadpyramid-731d5f571c2b78a885e176abfd0c16f78ec6bc02.tar.gz
pyramid-731d5f571c2b78a885e176abfd0c16f78ec6bc02.tar.bz2
pyramid-731d5f571c2b78a885e176abfd0c16f78ec6bc02.zip
update
Diffstat (limited to 'docs/whatsnew-1.3.rst')
-rw-r--r--docs/whatsnew-1.3.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst
index b4138be13..d90897d16 100644
--- a/docs/whatsnew-1.3.rst
+++ b/docs/whatsnew-1.3.rst
@@ -21,19 +21,20 @@ 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.
Many Pyramid add-ons are already Python 3 compatible. For example,
-``pyramid_debugtoolbar``, ``pyramid_jinja2``, ``pyramid_exclog``, and
-``pyramid_tm`` are all Python 3-ready. But some are still known to work only
-under Python 2. Also, some scaffolding dependencies (particularly ZODB) do
-not yet work under Python 3.
-
-Python 3 compatibility also required dropping some package dependencies and
-support for older Python versions and platforms. See the "Backwards
-Incompatibilities" section below for more information.
+``pyramid_debugtoolbar``, ``pyramid_jinja2``, ``pyramid_exclog``,
+``pyramid_tm``, ``pyramid_mailer``, and ``pyramid_handlers`` are all Python
+3-ready. But other add-ons are known to work only under Python 2. Also,
+some scaffolding dependencies (particularly ZODB) do not yet work under
+Python 3.
Please be patient as we gain full ecosystem support for Python 3. You can
see more details about ongoing porting efforts at
https://github.com/Pylons/pyramid/wiki/Python-3-Porting .
+Python 3 compatibility required dropping some package dependencies and
+support for older Python versions and platforms. See the "Backwards
+Incompatibilities" section below for more information.
+
The ``paster`` Command Has Been Replaced
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~