[Python-checkins] r78385 - python/trunk/Doc/library/mutex.rst

georg.brandl python-checkins at python.org
Tue Feb 23 22:33:17 CET 2010


Author: georg.brandl
Date: Tue Feb 23 22:33:17 2010
New Revision: 78385

Log:
#8000: fix deprecated directive.  What a shame to lose that glorious issue number to such a minor bug :)

Modified:
   python/trunk/Doc/library/mutex.rst

Modified: python/trunk/Doc/library/mutex.rst
==============================================================================
--- python/trunk/Doc/library/mutex.rst	(original)
+++ python/trunk/Doc/library/mutex.rst	Tue Feb 23 22:33:17 2010
@@ -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 at zadka.site.co.il>


More information about the Python-checkins mailing list