Minor improvement: add indication that the main function goes on.

This commit is contained in:
Georg Brandl 2013-10-06 13:14:10 +02:00
parent ed86ff868a
commit 49c6fc9679
1 changed files with 2 additions and 0 deletions

View File

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