Pyramid 1.8.2 has been released. This is a minor bugfix release in the 1.8 series.
- HTTPException objects will case their detail argument to a string inside __str__ to conform to that protocol. See https://github.com/Pylons/pyramid/pull/2951 - Configurator(settings=settings) will make a copy of the settings object instead of using the original in order to avoid mutating the original dict. See https://github.com/Pylons/pyramid/pull/2960 A "What's New In Pyramid 1.8" document exists at http://docs.pylonsproject.org/projects/pyramid/en/1.8-branch/whatsnew-1.8 .html . You will be able to see the 1.8 release documentation at http://docs.pylonsproject.org/projects/pyramid/1.8-branch/ . You can install it via PyPI: pip install pyramid==1.8.2 Enjoy, and please report any issues you find to the issue tracker at https://github.com/Pylons/pyramid/issues Thanks! - Pyramid core developers -- 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/CAKdhhwH1B8MkG%3D8LXL75N8b8HHbCgQrxK8xYbCA7ctQMP1XNTA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
