]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow more than two consecutive curlies to appear in templates (and use
authorBen Darnell <bdarnell@beaker.local>
Thu, 18 Mar 2010 01:48:32 +0000 (18:48 -0700)
committerBen Darnell <bdarnell@beaker.local>
Thu, 18 Mar 2010 01:48:32 +0000 (18:48 -0700)
commitfca7c831341b864916c6c97bdbdb2f95d95b2c12
tree8c9dc9f576a538a684bb7388b54facfd927c9caf
parent8c096b231ccf3285b5384bb9b03b24a4a4821bd7
Allow more than two consecutive curlies to appear in templates (and use
the innermost).  This was previously a syntax error in the generated python.
tornado/template.py