]> git.ipfire.org Git - thirdparty/tornado.git/commit
iostream: Deprecate callback arguments to read methods
authorBen Darnell <ben@bendarnell.com>
Sun, 22 Apr 2018 01:00:54 +0000 (21:00 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 23 Apr 2018 01:21:00 +0000 (21:21 -0400)
commit58067883c40b2894b5bdf26dd79c30b6e49207d7
treed5eab115835e6ba063754202fe0ffa7e875d3f47
parent48d54d64ab5f1efe24d0cf0a393fd919df9a9e46
iostream: Deprecate callback arguments to read methods

This requires a lot of mechanical changes throughout the test suite.
tornado.websocket is currently still using the deprecated interfaces
and suppressing the warning.
tornado/iostream.py
tornado/test/concurrent_test.py
tornado/test/httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/iostream_test.py
tornado/test/process_test.py
tornado/websocket.py