The value of this attribute is never read except in tests, and setting it on internal exceptions is arguably wrong – it’s a presentation aspect that affects the HTTP response to the user, so should really only be set in webapp.py (which is where all the values we actually use are defined!).
The value of this attribute is never read except in tests, and setting it on internal exceptions is arguably wrong – it’s a presentation aspect that affects the HTTP response to the user, so should really only be set in
webapp.py
(which is where all the values we actually use are defined!).