Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-72719: Remove deprecated asyncore and asynchat modules #96580

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

Merged
merged 7 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address review
  • Loading branch information
sobolevn committed Oct 28, 2022
commit 4b7d32d2a1d1cb84585e87975c619587b2a6ff53
2 changes: 2 additions & 0 deletions 2 .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ Lib/ast.py @isidentical

**/*typing* @gvanrossum @Fidget-Spinner @JelleZijlstra

**/*asyncore @giampaolo
**/*asynchat @giampaolo
**/*ftplib @giampaolo
**/*shutil @giampaolo

Expand Down
1 change: 1 addition & 0 deletions 1 Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ Removed
according to the schedule in :pep:`594`,
having been deprecated in Python 3.6.
Use :mod:`asyncio` instead.
sobolevn marked this conversation as resolved.
Show resolved Hide resolved
(Contributed by Nikita Sobolev in :gh:`96580`.)

* Remove ``io.OpenWrapper`` and ``_pyio.OpenWrapper``, deprecated in Python
3.10: just use :func:`open` instead. The :func:`open` (:func:`io.open`)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.