After distutils doc reversal, change back **bold todo** items to XXX comments.

This commit is contained in:
Georg Brandl 2010-07-31 09:15:10 +00:00
parent 96c45a984f
commit d5f2d6e8d6
5 changed files with 13 additions and 15 deletions

View file

@ -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