summaryrefslogtreecommitdiffstats
path: root/Doc/library/imp.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-09-13 01:25:38 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-09-13 01:25:38 (GMT)
commitc985f1f0134c0dbbdf4a427b477698ab28d87806 (patch)
treeebd2e3c5500b37f3a810c4615ee2d1e661b5a059 /Doc/library/imp.rst
parentf28f0d92cd3f7c75450a22a93683395fea95623d (diff)
downloadcpython-c985f1f0134c0dbbdf4a427b477698ab28d87806.zip
cpython-c985f1f0134c0dbbdf4a427b477698ab28d87806.tar.gz
cpython-c985f1f0134c0dbbdf4a427b477698ab28d87806.tar.bz2
remove duplicate statement
Diffstat (limited to 'Doc/library/imp.rst')
-rw-r--r--Doc/library/imp.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst
index f080934..3909c0f 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