What’s new in Tornado 6.0.3¶
Jun 22, 2019¶
Bug fixes¶
gen.with_timeoutalways treatsasyncio.CancelledErroras aquiet_exception(this improves compatibility with Python 3.8, which changedCancelledErrorto aBaseException).IOStreamnow checks for closed streams earlier, avoiding spurious logged errors in some situations (mainly with websockets).