[Python-checkins] cpython (3.3): Minor improvement: add indication that the main function goes on.

georg.brandl python-checkins at python.org
Sun Oct 6 13:14:32 CEST 2013


http://hg.python.org/cpython/rev/4c691f3180b3
changeset:   86080:4c691f3180b3
branch:      3.3
parent:      86077:5e0411596314
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 13:14:10 2013 +0200
summary:
  Minor improvement: add indication that the main function goes on.

files:
  Doc/extending/extending.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst
--- a/Doc/extending/extending.rst
+++ b/Doc/extending/extending.rst
@@ -384,6 +384,8 @@
           imports it. */
        PyImport_ImportModule("spam");
 
+       ...
+
 .. note::
 
    Removing entries from ``sys.modules`` or importing compiled modules into

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list