From: Georg Brandl Date: Sun, 6 Oct 2013 11:14:10 +0000 (+0200) Subject: Minor improvement: add indication that the main function goes on. X-Git-Tag: v3.4.0a4~238^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49c6fc96797a2217a7a0b03740c7a9bd1eb6efd8;p=thirdparty%2FPython%2Fcpython.git Minor improvement: add indication that the main function goes on. --- diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst index eae48e8af9c8..e7c3f335d25f 100644 --- a/Doc/extending/extending.rst +++ b/Doc/extending/extending.rst @@ -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