Merge for issue #12484

This commit is contained in:
Brett Cannon 2015-12-27 12:24:36 -08:00
commit 4a4ca7c13f
3 changed files with 1 additions and 19 deletions

View file

@ -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