diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 11:15:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 11:15:16 (GMT) |
commit | 6231e529400f3c4ad62262b40f0229535170ac3b (patch) | |
tree | a67891c8e293910d70a1a57b65c23052384a7f39 /Doc/extending | |
parent | 7caabe09aaf6bc8e7b7653abcb7ac545d043c081 (diff) | |
parent | 49c6fc96797a2217a7a0b03740c7a9bd1eb6efd8 (diff) | |
download | cpython-6231e529400f3c4ad62262b40f0229535170ac3b.zip cpython-6231e529400f3c4ad62262b40f0229535170ac3b.tar.gz cpython-6231e529400f3c4ad62262b40f0229535170ac3b.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc/extending')
-rw-r--r-- | Doc/extending/extending.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 |