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

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


http://hg.python.org/cpython/rev/2319f6e1980c
changeset:   86082:2319f6e1980c
branch:      2.7
parent:      86079:a423379bfb1a
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
@@ -372,6 +372,8 @@
        /* Add a static module */
        initspam();
 
+       ...
+
 An example may be found in the file :file:`Demo/embed/demo.c` in the Python
 source distribution.
 

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


More information about the Python-checkins mailing list