]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add **kwargs to IOLoop initializers.
authorBen Darnell <ben@bendarnell.com>
Sat, 18 Apr 2015 15:57:22 +0000 (11:57 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 18 Apr 2015 15:57:22 +0000 (11:57 -0400)
commit838e1cf0759f071d6f1bef64328edff99f7ce1ea
tree954cad60ac0b149c61678e2bdb707f08993b09ac
parent3eb4e9f26e24349852176414070352e91a63932e
Add **kwargs to IOLoop initializers.

This makes them compatible with the new make_current argument.

Add additional delay in test_streaming_until_close_future
for compatibility with AsyncIOLoop.
tornado/ioloop.py
tornado/platform/asyncio.py
tornado/platform/twisted.py
tornado/test/iostream_test.py
tornado/test/twisted_test.py