]> git.ipfire.org Git - thirdparty/tornado.git/tag
v6.0.3
object a36d05d1ef6527c56aaea2a749972845e64ef206
authorBen Darnell <ben@bendarnell.com>
Sun, 23 Jun 2019 22:22:48 +0000 (18:22 -0400)
What's new in Tornado 6.0.3

Jun 22, 2019
------------

Bug fixes
~~~~~~~~~

- `.gen.with_timeout` always treats ``asyncio.CancelledError`` as a
  ``quiet_exception`` (this improves compatibility with Python 3.8,
  which changed ``CancelledError`` to a ``BaseException``).
- ``IOStream`` now checks for closed streams earlier, avoiding
  spurious logged errors in some situations (mainly with websockets).