]> git.ipfire.org Git - thirdparty/tornado.git/commit
Rough merge of the birknilson and wolever StaticFileHandler branches.
authorBen Darnell <ben@bendarnell.com>
Sun, 19 May 2013 04:18:08 +0000 (00:18 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 19 May 2013 04:18:47 +0000 (00:18 -0400)
commit3f04edf5546e388293d8d1d2f015ca74f8a93217
tree0024166c140d91ff47fc16aa43a2346d15deae67
parentf0e371591ebdb881cce11ff1b75f88471cb0a023
Rough merge of the birknilson and wolever StaticFileHandler branches.

Some of Birk's new methods become classmethods so they can be used
in get_version.

This silences the warning logged in CustomStaticFileTest.
tornado/test/web_test.py
tornado/web.py