mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
After distutils doc reversal, change back **bold todo** items to XXX comments.
This commit is contained in:
parent
96c45a984f
commit
d5f2d6e8d6
5 changed files with 13 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue