diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 19:26:08 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 19:26:08 (GMT) |
commit | 9d4418242757f616ca7041409c7015e166b2c9f9 (patch) | |
tree | b9c710661263d4a496a94b101ecb0ecf6d5ed897 /Doc | |
parent | 80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876 (diff) | |
download | cpython-9d4418242757f616ca7041409c7015e166b2c9f9.zip cpython-9d4418242757f616ca7041409c7015e166b2c9f9.tar.gz cpython-9d4418242757f616ca7041409c7015e166b2c9f9.tar.bz2 |
The mutex module has been deprecated for removal in 3.0.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/mutex.rst | 5 |
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> |