Commit c7b1cfa4 authored by Benjamin Peterson's avatar Benjamin Peterson

remove less complete of duplicate docs

parent c985f1f0
...@@ -190,19 +190,6 @@ This module provides an interface to the mechanisms used to implement the ...@@ -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. 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` The following functions and data provide conveniences for handling :pep:`3147`
byte-compiled file paths. byte-compiled file paths.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment