-
Notifications
You must be signed in to change notification settings - Fork 2
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
deprecate T
Ts
P
and Fn
in python 3.12+
#128
Comments
DetachHead
changed the title
deprecate
deprecate Aug 19, 2024
T
and P
in python 3.12+T
Ts
and P
in python 3.12+
DetachHead
changed the title
deprecate
deprecate Aug 19, 2024
T
Ts
and P
in python 3.12+T
Ts
P
and Fn
in python 3.12+
So we gonna deprecated them in 7 years? |
once we have a way to deprecate things that aren't functions or classes, we should deprecate them in an |
why doesn't @deprecated("asdf", when=sys.version_info >= (3, 12))
def f(): ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
they aren't needed due to new generic syntax
The text was updated successfully, but these errors were encountered: