diff options
author | Georg Brandl <georg@python.org> | 2010-07-07 18:51:43 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-07 18:51:43 +0000 |
commit | fb9e0a87f3d467aeb734688936c7fb5ab24ca8c5 (patch) | |
tree | 7c0eaf330e62ecbf9dbfc9c840a843a933c3fd1c | |
parent | 52e37e62b7432ce2a437f0ca8300fda77440dd9f (diff) | |
download | cpython-fb9e0a87f3d467aeb734688936c7fb5ab24ca8c5.tar.gz |
Make comment out of an awkward note.
-rw-r--r-- | Doc/distutils/sourcedist.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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`. |