]> git.ipfire.org Git - thirdparty/tornado.git/commit
twisted: Restore the install() function 2653/head
authorBen Darnell <ben@bendarnell.com>
Sun, 5 May 2019 15:50:34 +0000 (11:50 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 5 May 2019 17:12:05 +0000 (13:12 -0400)
commitba2516c93da0604b8f1850590417dc9a1aed78c7
tree07bdfc3358bc764371a28b4a9e91c48db2339b11
parent6ae55a334fbbb4a5a3228518059d446add79ed31
twisted: Restore the install() function

This function had more usage than I was aware of and we can preserve
the old behavior by making it an alias for asyncioreactor.install.

Fixes #2636
tornado/platform/twisted.py