From 49c6fc96797a2217a7a0b03740c7a9bd1eb6efd8 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 6 Oct 2013 13:14:10 +0200 Subject: Minor improvement: add indication that the main function goes on. --- Doc/extending/extending.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst index eae48e8..e7c3f33 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 -- cgit v0.12