summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/setupscript.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-31 09:15:10 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-31 09:15:10 (GMT)
commitd5f2d6e8d66a7bc5298eb77044dee6c51b94f84f (patch)
tree0d6759b36172a5b3ce3ed8670c36c6791229516b /Doc/distutils/setupscript.rst
parent96c45a984fcf2676532e5c8a80d2d6f8bb8df471 (diff)
downloadcpython-d5f2d6e8d66a7bc5298eb77044dee6c51b94f84f.zip
cpython-d5f2d6e8d66a7bc5298eb77044dee6c51b94f84f.tar.gz
cpython-d5f2d6e8d66a7bc5298eb77044dee6c51b94f84f.tar.bz2
After distutils doc reversal, change back **bold todo** items to XXX comments.
Diffstat (limited to 'Doc/distutils/setupscript.rst')
-rw-r--r--Doc/distutils/setupscript.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst
index 5ec94c7..9208e36 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.
-**\*\*** SWIG support is rough around the edges and largely untested! **\*\***
+.. XXX 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.)
-**\*\*** Should mention clib libraries here or somewhere else! **\*\***
+.. XXX Should mention clib libraries here or somewhere else!
Other options