diff options
author | Georg Brandl <georg@python.org> | 2010-07-07 18:51:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-07 18:51:43 (GMT) |
commit | e789016a70c161829627bf7497238f2d52b4b004 (patch) | |
tree | ec4e46896fd40ee01598e10993774cbc788ada25 /Doc/distutils | |
parent | c937dc2ccb654a50e95551beb4c7379b7b357c75 (diff) | |
download | cpython-e789016a70c161829627bf7497238f2d52b4b004.zip cpython-e789016a70c161829627bf7497238f2d52b4b004.tar.gz cpython-e789016a70c161829627bf7497238f2d52b4b004.tar.bz2 |
Make comment out of an awkward note.
Diffstat (limited to 'Doc/distutils')
-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 f6809c9..2cfdf69 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`. |