]> git.ipfire.org Git - thirdparty/tornado.git/tag
v6.0.4
object b4e39e52cd27d6b3b324a399dff046f71545c4a5
authorBen Darnell <ben@bendarnell.com>
Wed, 4 Mar 2020 02:12:02 +0000 (21:12 -0500)
What's new in Tornado 6.0.4

Mar 3, 2020
-----------

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.