Skip to content

Remove tornado stubs in favor of upstream #5965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 27, 2021
Merged

Remove tornado stubs in favor of upstream #5965

merged 1 commit into from
Aug 27, 2021

Conversation

jdufresne
Copy link
Contributor

The tornado package has shipped a PEP 561 py.typed file since Mar 1,
2019. See release notes:

https://www.tornadoweb.org/en/stable/releases/v6.0.0.html#general-changes

Tornado now includes type annotations compatible with mypy. These
annotations will be used when type-checking your application with
mypy, and may be usable in editors and other tools.

The tornado package has shipped a PEP 561 py.typed file since Mar 1,
2019. See release notes:

https://www.tornadoweb.org/en/stable/releases/v6.0.0.html#general-changes

> Tornado now includes type annotations compatible with mypy. These
> annotations will be used when type-checking your application with
> mypy, and may be usable in editors and other tools.
@hauntsaninja
Copy link
Collaborator

tornado stubs were removed previously, then added back for Python 2 in #4412
That was before modular typeshed, so I think this should be fine to remove now. Thank you!

@srittau srittau merged commit 2e1e91e into python:master Aug 27, 2021
@jdufresne jdufresne deleted the tornado branch June 26, 2022 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants