]> git.ipfire.org Git - thirdparty/tornado.git/commit
web: Update docstrings for prepare and on_finish 3490/head
authorBen Darnell <ben@bendarnell.com>
Mon, 28 Apr 2025 19:44:21 +0000 (15:44 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 28 Apr 2025 19:55:26 +0000 (15:55 -0400)
commitcccb2d909cdb6f3a730bf7d0b6719d0188421770
tree594622414ec3927b02bbc54d45e4f478d2670f68
parentbb614003a390f2a5ad26ab2e42b95098635d5ae1
web: Update docstrings for prepare and on_finish

Document the fact that sometimes prepare() is not called, even if
initialize() and on_finish() are.

Updates #3430
Closes #3431
tornado/web.py