]> git.ipfire.org Git - thirdparty/tornado.git/commit
Set PeriodicCallback._running to True in start instead of __init__
authorBen Darnell <ben@bendarnell.com>
Thu, 26 Aug 2010 00:17:44 +0000 (17:17 -0700)
committerBen Darnell <ben@bendarnell.com>
Thu, 26 Aug 2010 00:17:44 +0000 (17:17 -0700)
commitfcab3583c051093d6f59baee420cfeace91ba0aa
tree203ca649e02e58722283c247089ff93ff4f8e557
parent803f33c153408076c1493300acc8010c656e7197
Set PeriodicCallback._running to True in start instead of __init__

Closes #72.
tornado/ioloop.py