]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add `else` as possible sub-clause in `try` blocks in templates. 495/head
authorAlek Storm <alek.storm@gmail.com>
Tue, 17 Apr 2012 18:55:05 +0000 (14:55 -0400)
committerAlek Storm <alek.storm@gmail.com>
Tue, 17 Apr 2012 18:55:05 +0000 (14:55 -0400)
commit4416c0a654944dc7829e5ff6879575fe420b46b9
tree2169e6b99f6fba29b0d9412534522e16134b211a
parent38908bf6b772939bc03bf59e5159ce9a66ea46bc
Add `else` as possible sub-clause in `try` blocks in templates.

Add test case.
tornado/template.py
tornado/test/template_test.py