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 http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/whatsnew-1.7.html . 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) at http://docs.pylonsproject.org/projects/pyramid/1.7-branch/ . You can install it via PyPI: pip install pyramid==1.7b4 Enjoy, and please report any issues you find to the issue tracker at https://github.com/Pylons/pyramid/issues Thanks! - Michael -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwG6YxDommXvVM5NSv4ckpW-1PpjDv7vKR7nXEFW2dBtdA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
