diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-07-31 09:10:51 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-07-31 09:10:51 (GMT) |
commit | 96c45a984fcf2676532e5c8a80d2d6f8bb8df471 (patch) | |
tree | d220c2c3fe8529bba819b057652da9fae48b9bc1 /Doc/distutils/setupscript.rst | |
parent | b00a75f175b30a907fd1dc763e0ed50a15f524a5 (diff) | |
download | cpython-96c45a984fcf2676532e5c8a80d2d6f8bb8df471.zip cpython-96c45a984fcf2676532e5c8a80d2d6f8bb8df471.tar.gz cpython-96c45a984fcf2676532e5c8a80d2d6f8bb8df471.tar.bz2 |
reverted distutils doc to its 3.1 state
Diffstat (limited to 'Doc/distutils/setupscript.rst')
-rw-r--r-- | Doc/distutils/setupscript.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index 9208e36..5ec94c7 100644 --- a/Doc/distutils/setupscript.rst +++ b/Doc/distutils/setupscript.rst @@ -207,7 +207,7 @@ However, you can also include SWIG interface (:file:`.i`) files in the list; the SWIG on the interface file and compile the resulting C/C++ file into your extension. -.. XXX SWIG support is rough around the edges and largely untested! +**\*\*** SWIG support is rough around the edges and largely untested! **\*\*** This warning notwithstanding, options to SWIG can be currently passed like this:: @@ -326,7 +326,7 @@ include the location in ``library_dirs``:: (Again, this sort of non-portable construct should be avoided if you intend to distribute your code.) -.. XXX Should mention clib libraries here or somewhere else! +**\*\*** Should mention clib libraries here or somewhere else! **\*\*** Other options |