Re: [pylons-discuss] Confused with parameter `request` in exception views.

2018-01-28 Thread Bert JW Regeer
Hey, This is a known issue with the way we add new attributes and functions to the request object. pyramid.util.Request does not exist. pyramid.request.Request is still the underlying object. This has been fixed in https://github.com/Pylons/pyramid/pull/3129. Bert > On Jan 27, 2018, at

[pylons-discuss] Confused with parameter `request` in exception views.

2018-01-27 Thread jens . troeger
Hello, Following the examples of how to implement an exception view (see here or here