mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Minor improvement: add indication that the main function goes on.
This commit is contained in:
parent
ed86ff868a
commit
49c6fc9679
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue