Remove the mutex module.

This commit is contained in:
Brett Cannon 2008-05-08 18:55:02 +00:00
parent 39143f8156
commit d7cce26f7c
5 changed files with 1 additions and 150 deletions

View file

@ -8,7 +8,7 @@
This module constructs higher-level threading interfaces on top of the lower
level :mod:`thread` module.
See also the :mod:`mutex` and :mod:`Queue` modules.
See also the :mod:`Queue` module.
The :mod:`dummy_threading` module is provided for situations where
:mod:`threading` cannot be used because :mod:`thread` is missing.