diff options
author | Georg Brandl <georg@python.org> | 2010-07-31 09:15:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-31 09:15:10 (GMT) |
commit | d5f2d6e8d66a7bc5298eb77044dee6c51b94f84f (patch) | |
tree | 0d6759b36172a5b3ce3ed8670c36c6791229516b /Doc/distutils/sourcedist.rst | |
parent | 96c45a984fcf2676532e5c8a80d2d6f8bb8df471 (diff) | |
download | cpython-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/sourcedist.rst')
-rw-r--r-- | Doc/distutils/sourcedist.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index 96e891b..b829f1d 100644 --- a/Doc/distutils/sourcedist.rst +++ b/Doc/distutils/sourcedist.rst @@ -70,8 +70,8 @@ source distribution: * all C source files mentioned in the :option:`ext_modules` or :option:`libraries` options ( - **\*\*** getting C library sources currently broken---no - :meth:`get_source_files` method in :file:`build_clib.py`! **\*\***) + .. XXX getting C library sources currently broken---no + :meth:`get_source_files` method in :file:`build_clib.py`! * scripts identified by the :option:`scripts` option See :ref:`distutils-installing-scripts`. |