summaryrefslogtreecommitdiffstats
path: root/Doc/library/mutex.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/mutex.rst')
-rw-r--r--Doc/library/mutex.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/mutex.rst b/Doc/library/mutex.rst
index 151f0c1..ed0ad92 100644
--- a/Doc/library/mutex.rst
+++ b/Doc/library/mutex.rst
@@ -4,6 +4,11 @@
.. module:: mutex
:synopsis: Lock and queue for mutual exclusion.
+ :deprecated:
+
+.. deprecated::
+ The mutex module has been removed in Python 3.0.
+
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>