]> git.ipfire.org Git - thirdparty/tornado.git/commit
Simplify OptionParser._TIMEDELTA_ABBREV_DICT.
authorBen Darnell <ben@bendarnell.com>
Mon, 14 Sep 2015 13:50:48 +0000 (09:50 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 15 Sep 2015 00:31:57 +0000 (20:31 -0400)
commite1397e3d60b014e8950ade3e8f13c2bd8a53bc00
treebb1e697554218230327aa9d66f1c108fc4f281d7
parent631187aec623f68e1d3d4731082704901b648a58
Simplify OptionParser._TIMEDELTA_ABBREV_DICT.

Cython doesn't like having the more complex logic at class scope.
tornado/options.py