From: Georg Brandl Date: Tue, 23 Feb 2010 21:33:17 +0000 (+0000) Subject: #8000: fix deprecated directive. What a shame to lose that glorious issue number... X-Git-Tag: v2.7a4~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ae19ade640b6a9b337e752a69ca4cc8994016b3;p=thirdparty%2FPython%2Fcpython.git #8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :) --- diff --git a/Doc/library/mutex.rst b/Doc/library/mutex.rst index 53656c385421..2d413500287b 100644 --- a/Doc/library/mutex.rst +++ b/Doc/library/mutex.rst @@ -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