summaryrefslogtreecommitdiff
path: root/Doc/c-api/import.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/c-api/import.rst')
-rw-r--r--Doc/c-api/import.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/c-api/import.rst b/Doc/c-api/import.rst
index 8cdc256e7c..7c16ece058 100644
--- a/Doc/c-api/import.rst
+++ b/Doc/c-api/import.rst
@@ -204,13 +204,6 @@ Importing Modules
Return the dictionary used for the module administration (a.k.a.
``sys.modules``). Note that this is a per-interpreter variable.
-.. c:function:: PyObject* PyImport_GetModule(PyObject *name)
-
- Return the already imported module with the given name. If the
- module has not been imported yet then returns NULL but does not set
- an error. Returns NULL and sets an error if the lookup failed.
-
- .. versionadded:: 3.7
.. c:function:: PyObject* PyImport_GetImporter(PyObject *path)