mirror of https://github.com/python/cpython.git
merge with 3.3
This commit is contained in:
commit
6231e52940
|
@ -384,6 +384,8 @@ optionally followed by an import of the module::
|
|||
imports it. */
|
||||
PyImport_ImportModule("spam");
|
||||
|
||||
...
|
||||
|
||||
.. note::
|
||||
|
||||
Removing entries from ``sys.modules`` or importing compiled modules into
|
||||
|
|
Loading…
Reference in New Issue