Hey folks, this is a very minor release on top of 1.9a1.
- The exception view tween was updated to use ``request.invoke_exception_view`` logic.
- ``request.invoke_exception_view`` will now leave ``request.exception`` and ``request.exc_info`` set if a response was successfully rendered for the exception. This is a minor backward incompatibility but is not expected to impact anyone.
A "What's New In Pyramid 1.9" document exists at
You will be able to see the 1.8 release documentation
You can install it via PyPI:
pip install pyramid==1.9a2
Enjoy, and please report any issues you find to the issue tracker at
Thanks!
- Pyramid core developers