Pyramid 1.7b4 has been released. For those following along this will be the third beta release that I'm claiming is the last beta release. That's what I get for trying to guess.
- Fixed the exception view tween to re-raise the original exception if no exception view could be found to handle the exception. This better allows tweens further up the chain to handle exceptions that were left unhandled. Previously they would be converted into a ``PredicateMismatch`` exception if predicates failed to allow the view to handle the exception. See
https://github.com/Pylons/pyramid/pull/2567
A "What's New In Pyramid 1.7" document exists at
You will be able to see the 1.7 release documentation (across all
alphas and betas, as well as when it eventually gets to final release)
You can install it via PyPI:
pip install pyramid==1.7b4
Enjoy, and please report any issues you find to the issue tracker at
Thanks!
- Michael