document behavior of very generic error handlers

This commit is contained in:
David Lord 2019-06-19 14:53:06 -07:00
parent 9054f6d639
commit 54519ef028
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 89 additions and 5 deletions

View file

@ -16,7 +16,7 @@ Unreleased
due to an unhandled exception, that original exception is now
available as ``e.original_exception`` rather than being passed
directly to the handler. The same is true if the handler is for the
base ``HTTPException``.This makes error handler behavior more
base ``HTTPException``. This makes error handler behavior more
consistent. :pr:`3266`
- :meth:`Flask.finalize_request` is called for all unhandled