Skip to content

asyncore and asynchat will be removed in 3.12 - #9033

Merged
srittau merged 3 commits into
python:mainfrom
sobolevn:asyncore-asynchat-removed
May 23, 2023
Merged

asyncore and asynchat will be removed in 3.12#9033
srittau merged 3 commits into
python:mainfrom
sobolevn:asyncore-asynchat-removed

Conversation

@sobolevn

Copy link
Copy Markdown
Member

AlexWaygood
AlexWaygood previously requested changes Oct 29, 2022

@AlexWaygoodAlexWaygood left a comment

Copy link
Copy Markdown
Member

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" :)

Comment threadstdlib/VERSIONS Outdated
Comment threadstdlib/VERSIONS Outdated
@AlexWaygood

Copy link
Copy Markdown
Member

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 <Alex.Waygood@Gmail.com>
@github-actions

This comment has been minimized.

@hauntsaninja

hauntsaninja commented Oct 29, 2022

Copy link
Copy Markdown
Collaborator

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)

@AlexWaygood

Copy link
Copy Markdown
Member

I think stubtest might not complain about missing stubs for stdlib modules

That's correct, it doesn't

@AlexWaygoodAlexWaygood added the status: deferred Issue or PR deferred until some precondition is fixed label Oct 29, 2022
@AlexWaygood
AlexWaygood marked this pull request as draft October 30, 2022 11:07
@AlexWaygoodAlexWaygood changed the title asyncore and asynchat will be removed in 3.12[Wait until 3.12 betas] asyncore and asynchat will be removed in 3.12Oct 31, 2022
@sobolevnsobolevn removed the status: deferred Issue or PR deferred until some precondition is fixed label May 23, 2023
@sobolevn
sobolevn marked this pull request as ready for review May 23, 2023 16:34
@sobolevnsobolevn changed the title [Wait until 3.12 betas] asyncore and asynchat will be removed in 3.12asyncore and asynchat will be removed in 3.12May 23, 2023
@sobolevn

Copy link
Copy Markdown
MemberAuthor

Beta 1 is out! 👍

@github-actions

Copy link
Copy Markdown
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau
srittau merged commit e666602 into python:mainMay 23, 2023
Sign up for freeto 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.

4 participants

@sobolevn@AlexWaygood@hauntsaninja@srittau