Announcing Tornado 6.0.4

31 views
Skip to first unread message

Ben Darnell

unread,
Mar 3, 2020, 9:43:58 PM3/3/20
to Tornado Mailing List, python-torn...@googlegroups.com
I'm pleased to announce the release of Tornado 6.0.4, available on PyPI. This release fixes one bug and introduces binary wheels for Python 3.8 on Windows. Thanks to @minrk for the bug fix in this release.



General changes

    Binary wheels are now available for Python 3.8 on Windows. Note that it is still necessary to use asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) for this platform/version.

Bug fixes

    Fixed an issue in IOStream (introduced in 6.0.0) that resulted in StreamClosedError being incorrectly raised if a stream is closed mid-read but there is enough buffered data to satisfy the read.

    AnyThreadEventLoopPolicy now always uses the selector event loop on Windows.


Reply all
Reply to author
Forward
0 new messages