]> git.ipfire.org Git - thirdparty/tornado.git/commit
web: Add regex support to RedirectHandler 1867/head
authorA. Jesse Jiryu Davis <jesse@mongodb.com>
Fri, 28 Oct 2016 03:03:35 +0000 (23:03 -0400)
committerA. Jesse Jiryu Davis <jesse@mongodb.com>
Fri, 4 Nov 2016 12:12:18 +0000 (08:12 -0400)
commitef6957d165f4a1c5a31ba78073b963b04c6e979e
treecb87bd701e871120f94555777ce3d3517b94651b
parent4d783c641b815d7a20c41c1f0d3511bebb15bc97
web: Add regex support to RedirectHandler

The docs had wrongly claimed this was supported before. Implement it,
and update the docs to show the str.format-style syntax we chose.

Closes #1861.
docs/guide/structure.rst
tornado/test/web_test.py
tornado/web.py