]> git.ipfire.org Git - thirdparty/tornado.git/commit
All functions that take an IOLoop default to current() instead of instance().
authorBen Darnell <ben@bendarnell.com>
Sun, 3 Mar 2013 00:08:22 +0000 (19:08 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 3 Mar 2013 00:08:22 +0000 (19:08 -0500)
commit2ad9659f0175e6d036a074eec52409278575bfa0
treef7b7bd385a64ff6e1c94e7273b25023820d72bc5
parent80bee0c24095f360998e743fba62852c1bac7484
All functions that take an IOLoop default to current() instead of instance().

This means among other things that it's no longer necessary to pass
IOLoops explicitly in tests.
tornado/autoreload.py
tornado/httpclient.py
tornado/ioloop.py
tornado/iostream.py
tornado/netutil.py
tornado/platform/caresresolver.py
tornado/platform/twisted.py
tornado/process.py
tornado/tcpserver.py
tornado/test/iostream_test.py
tornado/websocket.py