From: Georg Brandl Date: Wed, 7 Jul 2010 18:51:43 +0000 (+0000) Subject: Make comment out of an awkward note. X-Git-Tag: v3.2a1~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e789016a70c161829627bf7497238f2d52b4b004;p=python Make comment out of an awkward note. --- diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index f6809c95a0..2cfdf698dd 100644 --- a/Doc/distutils/sourcedist.rst +++ b/Doc/distutils/sourcedist.rst @@ -76,10 +76,10 @@ source distribution: :option:`packages` options * all C source files mentioned in the :option:`ext_modules` or - :option:`libraries` options ( + :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 is 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`.