mirror of https://github.com/python/cpython
Minor improvement: add indication that the main function goes on.
This commit is contained in:
parent
ed86ff868a
commit
49c6fc9679
|
@ -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