-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
asyncore
and asynchat
will be removed in 3.12
#9033
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The last version in the "version ranges" in this file is the "last version when the module was available" :)
I'm also not sure if we should do this before the runtime PR's been merged? But don't have a strong opinion either way on that. |
Co-authored-by: Alex Waygood <[email protected]>
This comment has been minimized.
This comment has been minimized.
I think stubtest might not complain about missing stubs for stdlib modules, so this is best done when betas are released (in case the removal is undone) |
That's correct, it doesn't |
asyncore
and asynchat
will be removed in 3.12asyncore
and asynchat
will be removed in 3.12
asyncore
and asynchat
will be removed in 3.12asyncore
and asynchat
will be removed in 3.12
Beta 1 is out! 👍 |
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
See python/cpython#96580