[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3

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


http://hg.python.org/cpython/rev/c57f5bde5c2d
changeset:   86081:c57f5bde5c2d
parent:      86078:660f9c8300e9
parent:      86080:4c691f3180b3
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 13:15:16 2013 +0200
summary:
  merge with 3.3

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