]> git.ipfire.org Git - thirdparty/tornado.git/commit
timedelta.total_seconds() is new in python2.7, so do the math ourselves.
authorBen Darnell <ben@bendarnell.com>
Tue, 23 Aug 2011 05:45:27 +0000 (22:45 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 23 Aug 2011 05:47:16 +0000 (22:47 -0700)
commit6b7ddc91d7aa71fbd86aa8f1150dfbee74b9b196
treeb30c3a7ffc7dd76818ffe88945fa02e1e73aac75
parent66a82a9b4c28b8de90c72f58cf8673ecdd6ce51c
timedelta.total_seconds() is new in python2.7, so do the math ourselves.
tornado/ioloop.py
tornado/test/ioloop_test.py