summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-09 14:59:56 -0500
committerChris McDonough <chrism@plope.com>2011-12-09 14:59:56 -0500
commitd214e4d9fd2ad8220c15453b2d8ea04e5c9808f4 (patch)
treee4f76a00e85620ab8484b1c1d050d623bf3c61bf /docs
parent005e73ec6879359c9153e4de75f9c78591f96d9d (diff)
downloadpyramid-d214e4d9fd2ad8220c15453b2d8ea04e5c9808f4.tar.gz
pyramid-d214e4d9fd2ad8220c15453b2d8ea04e5c9808f4.tar.bz2
pyramid-d214e4d9fd2ad8220c15453b2d8ea04e5c9808f4.zip
be more specific
Diffstat (limited to 'docs')
-rw-r--r--docs/whatsnew-1.3.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst
index 5ec64088f..bbf1d9842 100644
--- a/docs/whatsnew-1.3.rst
+++ b/docs/whatsnew-1.3.rst
@@ -20,12 +20,12 @@ Pyramid is now Python 3 compatible. Python 3.2 or better is required.
.. warning::
As of this writing (the release of Pyramid 1.3a1), if you attempt to
- install a Pyramid scaffold via ``setup.py develop`` on Python 3.2, it may
- quit with an installation error while trying to install ``Pygments``. If
- this happens, please rerun the ``setup.py develop`` command again and it
- will complete. We're just as clueless as you are as to why this happens
- at this point, but hopefully we'll figure it out before Pyramid 1.3 leaves
- the alpha/beta phase.
+ install a Pyramid project that used ``alchemy`` scaffold via ``setup.py
+ develop`` on Python 3.2, it may quit with an installation error while
+ trying to install ``Pygments``. If this happens, please rerun the
+ ``setup.py develop`` command again and it will complete. We're just as
+ clueless as you are as to why this happens at this point, but hopefully
+ we'll figure it out before Pyramid 1.3 leaves the alpha/beta phase.
This feature required us to make some compromises.