]> git.ipfire.org Git - thirdparty/tornado.git/commit
ioloop: Update docs for IOLoop constructor 3160/head
authorBen Darnell <ben@bendarnell.com>
Fri, 17 Jun 2022 17:58:10 +0000 (13:58 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 17 Jun 2022 18:21:23 +0000 (14:21 -0400)
commit32642b78b335ec34fad70a38bae3d60bac9ee28e
treefd1a3d41ad15789b385185a17d2bc6428f10fce1
parent12d4d0a0ba37351bddf6b37847326534ac3f4abb
ioloop: Update docs for IOLoop constructor

The constructor is not completely deprecated; the make_current=False
mode is still usable.

Fixes #3156
tornado/ioloop.py