]> git.ipfire.org Git - thirdparty/tornado.git/commit
iostream: Remove deprecated interfaces
authorBen Darnell <ben@bendarnell.com>
Sat, 7 Jul 2018 04:13:36 +0000 (00:13 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 14 Jul 2018 20:58:48 +0000 (16:58 -0400)
commita55c7fe7abcfd3e11cf47efb7759d680a2dac35d
tree8327cc51612a8baf01579cd93e27072126ac514f
parentfcbd4022285e2c507a9f61208fc0126a3407b0e7
iostream: Remove deprecated interfaces

This is the riskiest change in this series since it does some internal
refactoring to get rid of some callback-related machinery.
tornado/iostream.py
tornado/test/concurrent_test.py
tornado/test/iostream_test.py