We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
T
Ts
P
Fn
they aren't needed due to new generic syntax
The text was updated successfully, but these errors were encountered:
So we gonna deprecated them in 7 years?
Sorry, something went wrong.
once we have a way to deprecate things that aren't functions or classes, we should deprecate them in an if sys.version_info >= (3, 12): ... block
if sys.version_info >= (3, 12): ...
why doesn't deprecated have a condition/when flag?
deprecated
condition
when
@deprecated("asdf", when=sys.version_info >= (3, 12)) def f(): ...
No branches or pull requests
they aren't needed due to new generic syntax
The text was updated successfully, but these errors were encountered: