Clear exceptions when pushing a context

Fixes #882
This commit is contained in:
Daniel Neuhäuser 2013-10-16 20:12:20 +02:00
parent 94f4360137
commit a3a2f521f1
4 changed files with 40 additions and 0 deletions

View file

@ -12,6 +12,8 @@ Version 0.10.2
- Raise an :exc:`AttributeError` in :func:`flask.helpers.find_package` with a
useful message explaining why it is raised when a PEP 302 import hook is used
without an `is_package()` method.
- Fixed an issue causing exceptions raised before entering a request or app
context to be passed to teardown handlers.
Version 0.10.1
--------------