From: Benjamin Peterson Date: Mon, 13 Sep 2010 01:25:38 +0000 (+0000) Subject: remove duplicate statement X-Git-Tag: v3.2a3~295 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c985f1f0134c0dbbdf4a427b477698ab28d87806;p=thirdparty%2FPython%2Fcpython.git remove duplicate statement --- diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst index f080934daafd..3909c0f2124a 100644 --- a/Doc/library/imp.rst +++ b/Doc/library/imp.rst @@ -113,8 +113,7 @@ This module provides an interface to the mechanisms used to implement the .. function:: acquire_lock() Acquire the interpreter's import lock for the current thread. This lock should - be used by import hooks to ensure thread-safety when importing modules. On - platforms without threads, this function does nothing. + be used by import hooks to ensure thread-safety when importing modules. Once a thread has acquired the import lock, the same thread may acquire it again without blocking; the thread must release it once for each time it has