summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/sourcedist.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/sourcedist.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/sourcedist.rst')
-rw-r--r--Doc/distutils/sourcedist.rst4
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`.