[Python-checkins] r84755 - python/branches/py3k/Doc/library/imp.rst

benjamin.peterson python-checkins at python.org
Mon Sep 13 03:30:04 CEST 2010


Author: benjamin.peterson
Date: Mon Sep 13 03:30:04 2010
New Revision: 84755

Log:
remove less complete of duplicate docs

Modified:
   python/branches/py3k/Doc/library/imp.rst

Modified: python/branches/py3k/Doc/library/imp.rst
==============================================================================
--- python/branches/py3k/Doc/library/imp.rst	(original)
+++ python/branches/py3k/Doc/library/imp.rst	Mon Sep 13 03:30:04 2010
@@ -190,19 +190,6 @@
    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.
 


More information about the Python-checkins mailing list