diff options
author | Brett Cannon <brett@python.org> | 2015-12-27 20:24:36 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2015-12-27 20:24:36 (GMT) |
commit | 4a4ca7c13f65d54087bf6add854bbbc23db1541f (patch) | |
tree | a0c10abbed24a1f1729d52947c608185248d82c1 /Doc/c-api | |
parent | 0792451ea49f53ac5832d5f489d68c32190a5de0 (diff) | |
parent | 762d5ea8753e2c137eb7affa9fcb51db1cecd1aa (diff) | |
download | cpython-4a4ca7c13f65d54087bf6add854bbbc23db1541f.zip cpython-4a4ca7c13f65d54087bf6add854bbbc23db1541f.tar.gz cpython-4a4ca7c13f65d54087bf6add854bbbc23db1541f.tar.bz2 |
Merge for issue #12484
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/import.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/c-api/import.rst b/Doc/c-api/import.rst index bf1b495..15a9e25 100644 --- a/Doc/c-api/import.rst +++ b/Doc/c-api/import.rst @@ -236,11 +236,6 @@ Importing Modules For internal use only. -.. c:function:: PyObject* _PyImport_FixupExtension(char *, char *) - - For internal use only. - - .. c:function:: int PyImport_ImportFrozenModuleObject(PyObject *name) Load a frozen module named *name*. Return ``1`` for success, ``0`` if the |