Skip to content
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

PEP 702 (@deprecated) support #12

Closed
abelcheung opened this issue Mar 11, 2023 · 1 comment
Closed

PEP 702 (@deprecated) support #12

abelcheung opened this issue Mar 11, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@abelcheung
Copy link
Owner

abelcheung commented Mar 11, 2023

(This issue won't track mypy status anymore, now that mypy incompatibility with PEP702 is documented)

typing_extensions.deprecated decorator is copied to source,
and most deprecated methods should have already been marked in stub.

Type checker remark
pyright Supported since 1.1.289; recent Visual Studio Code Pylance extension also works fine
mypy No timeline
PyCharm ?
@abelcheung abelcheung converted this from a draft issue Mar 11, 2023
@abelcheung abelcheung self-assigned this Mar 11, 2023
@abelcheung abelcheung added the enhancement New feature or request label Mar 11, 2023
@abelcheung abelcheung changed the title PEP 702 support PEP 702 (@deprecated) support Mar 11, 2023
@abelcheung abelcheung moved this from In Progress to Done in Types-lxml progress Mar 28, 2023
@abelcheung
Copy link
Owner Author

This project won't bump mypy support to latest version anymore. It will only be checked against very specific version because test suite often fails. Monitoring for @deprecation does not achieve anything, so this issue can be closed. mypy support depends entirely on whether their maintainers work on it or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant