]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make add_handlers (for multiple hostnames) usable with static_path (which
authorBen Darnell <bdarnell@beaker.local>
Fri, 26 Mar 2010 22:55:04 +0000 (15:55 -0700)
committerBen Darnell <bdarnell@beaker.local>
Fri, 26 Mar 2010 22:55:04 +0000 (15:55 -0700)
commita4ba918180ca292cc2f67a6793c8563cec0d1ac3
treeb535ff9e151d74d09df3b77e490ce8abe83302c8
parent6326f82715e67316c0ca5012bc6397080f764eb7
Make add_handlers (for multiple hostnames) usable with static_path (which
forces the creation of a wildcard handler) by maintaining a sensible order
for handler groups.
tornado/web.py