]> git.ipfire.org Git - thirdparty/tornado.git/commit
ioloop: Remove IOLoop.initialized() 2252/head
authorBen Darnell <ben@bendarnell.com>
Sun, 21 Jan 2018 19:01:42 +0000 (14:01 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 27 Jan 2018 01:34:29 +0000 (20:34 -0500)
commit426b3812b9dd21ae0bac19d4146c6952816c7bfe
treea7b5cafe68f88f3b861f64b2501f6f782db80f82
parentdf541dccb69d8196d2871ba2addf85f1515f84c1
ioloop: Remove IOLoop.initialized()

It is no longer possible to provide this method with reasonable
semantics.
docs/ioloop.rst
docs/releases/v5.0.0.rst
tornado/ioloop.py
tornado/process.py
tornado/test/process_test.py