More documentation updates

This commit is contained in:
Armin Ronacher 2011-05-27 20:29:03 +02:00
parent a9fc040c39
commit 115d31ddbf
3 changed files with 53 additions and 1 deletions

View file

@ -831,6 +831,8 @@ class Flask(_PackageBoundObject):
"""Dispatches the request and on top of that performs request
pre and postprocessing as well as HTTP exception catching and
error handling.
.. versionadded:: 0.7
"""
try:
request_started.send(self)