Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
Update Misc/NEWS.d/next/Library/2022-09-05-17-08-56.gh-issue-72719.jU…
…pzF3.rst

Co-authored-by: Jelle Zijlstra <[email protected]>
  • Loading branch information
sobolevn and JelleZijlstra authored Oct 7, 2022
commit 9a4961573441fe2a4f89edcd5673ea16c997939f
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Remove deprecated as per :pep:`594` modules :mod:`asyncore` and :mod:`asynchat`.
Remove modules :mod:`asyncore` and :mod:`asynchat`, which were deprecated by :pep:`594`.

They are moved to ``test.support`` so, some other tests that rely on them keep
working.
They are temporarily moved to :mod:`test.support` so some other tests that rely on them keep working.
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.

I suggest to remove the second sentence. I prefer to hide them as well as possible :-)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thank you for the review!