Added a missing versionadded

This commit is contained in:
Armin Ronacher 2011-08-05 12:37:57 +02:00
parent a0fd8fca48
commit afe5d3cbd4

View file

@ -996,6 +996,8 @@ class Flask(_PackageBoundObject):
exception is not called and it shows up as regular exception in the exception is not called and it shows up as regular exception in the
traceback. This is helpful for debugging implicitly raised HTTP traceback. This is helpful for debugging implicitly raised HTTP
exceptions. exceptions.
.. versionadded:: 0.8
""" """
if self.config['TRAP_HTTP_EXCEPTIONS']: if self.config['TRAP_HTTP_EXCEPTIONS']:
return True return True