You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed in version 5.1: Renamed from HTTPError to HTTPClientError to avoid collisions with tornado.web.HTTPError. The name tornado.httpclient.HTTPError remains as an alias.
Separately, what is the status of Tornado typeshed? Tornado provides high-quality inline types. Are there cases where typeshed is preferable to inline types?
The text was updated successfully, but these errors were encountered:
shamrin
changed the title
Tornado typeshed misses HTTPClientError class; status of Tornado typeshed
Tornado typeshed lacks HTTPClientError class; status of Tornado typeshed
Jul 8, 2020
Tornado typeshed doesn't provide
tornado.httpclient.HTTPClientError
class, only the deprecatedHTTPError
:typeshed/third_party/2and3/tornado/httpclient.pyi
Line 116 in 03d8795
It was introduced in Tornado 5.1:
Separately, what is the status of Tornado typeshed? Tornado provides high-quality inline types. Are there cases where typeshed is preferable to inline types?
Related issue: microsoft/pyright#813
The text was updated successfully, but these errors were encountered: