]> granicus.if.org Git - python/commitdiff
#8000: fix deprecated directive. What a shame to lose that glorious issue number...
authorGeorg Brandl <georg@python.org>
Tue, 23 Feb 2010 21:33:17 +0000 (21:33 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 23 Feb 2010 21:33:17 +0000 (21:33 +0000)
Doc/library/mutex.rst

index 53656c3854219f6901b81d163d06b8ed1b073e57..2d413500287be046de9011888efa5382bf267618 100644 (file)
@@ -6,7 +6,7 @@
    :synopsis: Lock and queue for mutual exclusion.
    :deprecated:
 
-.. deprecated::
+.. deprecated:: 2.6
    The :mod:`mutex` module has been removed in Python 3.0.
 
 .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>