Announcing Tornado 6.2

51 views
Skip to first unread message

Ben Darnell

unread,
Jul 3, 2022, 6:45:37 PM7/3/22
to Tornado Mailing List, python-torn...@googlegroups.com
I am pleased to announce the final release of Tornado 6.2.

This release is primarily about adapting to some significant deprecation changes that were made to asyncio in Python 3.10. Nothing is breaking immediately, but several Python releases in the future, changes will be made that will break many of the longstanding patterns used for initialization of Tornado applications. To future-proof your applications, in most cases you'll need to start using asyncio.run() instead of IOLoop.current().start() (and this can be a non-trivial change).

Full release notes are at https://www.tornadoweb.org/en/stable/releases/v6.2.0.html

You can install this release with `pip install tornado==6.2`

-Ben
Reply all
Reply to author
Forward
0 new messages