]> granicus.if.org Git - python/commitdiff
remove less complete of duplicate docs
authorBenjamin Peterson <benjamin@python.org>
Mon, 13 Sep 2010 01:30:04 +0000 (01:30 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 13 Sep 2010 01:30:04 +0000 (01:30 +0000)
Doc/library/imp.rst

index 3909c0f2124a465f4dce5080e1f8164245a3d557..ec865521bd0e61ecca30d235f0356152f2e6de18 100644 (file)
@@ -190,19 +190,6 @@ This module provides an interface to the mechanisms used to implement the
    continue to use the old class definition.  The same is true for derived classes.
 
 
-.. function:: acquire_lock()
-
-   Acquires 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.
-
-
-.. function:: release_lock()
-
-   Release the interpreter's import lock. On platforms without threads, this
-   function does nothing.
-
-
 The following functions and data provide conveniences for handling :pep:`3147`
 byte-compiled file paths.