summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-31 03:57:06 -0400
committerChris McDonough <chrism@plope.com>2011-07-31 03:57:06 -0400
commit95a3791409f4a936c47e7018e75f14fc3b701380 (patch)
tree326a676a5ecce049dbda625cb7f033248efb2c4c /CHANGES.txt
parentdc27f6ccd181f553da1c2ef0debb5ecc355012a9 (diff)
downloadpyramid-95a3791409f4a936c47e7018e75f14fc3b701380.tar.gz
pyramid-95a3791409f4a936c47e7018e75f14fc3b701380.tar.bz2
pyramid-95a3791409f4a936c47e7018e75f14fc3b701380.zip
- A new attribute is available on request objects: ``exc_info``. Its value
will be ``None`` until an exception is caught by the Pyramid router, after which it will be the result of ``sys.exc_info()``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1f6da0d8b..c94ecb800 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -76,6 +76,10 @@ Features
normal logging channels. The logger name of the debug logger will be the
package name of the *caller* of the Configurator's constructor.
+- A new attribute is available on request objects: ``exc_info``. Its value
+ will be ``None`` until an exception is caught by the Pyramid router, after
+ which it will be the result of ``sys.exc_info()``.
+
Deprecations
------------