Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
22 changes: 0 additions & 22 deletions Doc/library/_dummy_thread.rst

This file was deleted.

2 changes: 0 additions & 2 deletions Doc/library/concurrency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ The following are support modules for some of the above services:
.. toctree::

_thread.rst
_dummy_thread.rst
dummy_threading.rst
20 changes: 0 additions & 20 deletions Doc/library/dummy_threading.rst

This file was deleted.

3 changes: 3 additions & 0 deletions Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ Deprecated
Removed
=======

``_dummy_thread`` and ``dummy_threading`` modules have been removed. These
modules were deprecated since Python 3.7 which requires threading support.
(Contributed by Victor Stinner in :issue:`37312`.)


Porting to Python 3.9
Expand Down
197 changes: 0 additions & 197 deletions Lib/_dummy_thread.py

This file was deleted.

78 changes: 0 additions & 78 deletions Lib/dummy_threading.py

This file was deleted.

Loading