You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tornado Mailing List, python-torn...@googlegroups.com
I'm pleased to announce the release of Tornado 6.0.3, available on PyPI. This is a bug fix release that reduces spurious logging and improves compatibility with the upcoming Python 3.8.
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).