summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.5.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-02 19:14:29 -0400
committerChris McDonough <chrism@plope.com>2013-08-02 19:14:29 -0400
commitb210ce350a3856166376f63a32725cc1516ba294 (patch)
tree5fbc0deb0977cf0a0266c373ab430e6a735c43fc /docs/whatsnew-1.5.rst
parent49f7c34024d5d3f483b9627790d9dc8a5b15e6a0 (diff)
downloadpyramid-b210ce350a3856166376f63a32725cc1516ba294.tar.gz
pyramid-b210ce350a3856166376f63a32725cc1516ba294.tar.bz2
pyramid-b210ce350a3856166376f63a32725cc1516ba294.zip
add pdistreport command
Diffstat (limited to 'docs/whatsnew-1.5.rst')
-rw-r--r--docs/whatsnew-1.5.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/whatsnew-1.5.rst b/docs/whatsnew-1.5.rst
index ee2250017..b987fa77f 100644
--- a/docs/whatsnew-1.5.rst
+++ b/docs/whatsnew-1.5.rst
@@ -12,6 +12,10 @@ Feature Additions
The feature additions in Pyramid 1.5 follow.
+- Add ``pdistreport`` script, which prints the Python version in use, the
+ Pyramid version in use, and the version number and location of all Python
+ distributions currently installed.
+
- Add the ability to invert the result of any view, route, or subscriber
predicate value using the ``not_`` class. For example: