]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix typos in TwistedIOLoop that always sent both read and write events to all handlers.
authorBen Darnell <ben@bendarnell.com>
Sun, 20 Jan 2013 21:05:37 +0000 (16:05 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 20 Jan 2013 21:06:57 +0000 (16:06 -0500)
commit553145c75505ce299479ff69d8a7d58744450dcc
tree53e3a2c602f583e2aa253afc6e31bb39013a1138
parent0c3c8f7620a30b9442726679a81866e70a9d1d58
Fix typos in TwistedIOLoop that always sent both read and write events to all handlers.
tornado/platform/twisted.py
tornado/test/ioloop_test.py