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/builtdist.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/builtdist.rst')
-rw-r--r-- | Doc/distutils/builtdist.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst index ee06fb4..d3c067b 100644 --- a/Doc/distutils/builtdist.rst +++ b/Doc/distutils/builtdist.rst @@ -141,13 +141,13 @@ The following sections give details on the individual :command:`bdist_\*` commands. -.. _creating-dumb: +.. .. _creating-dumb: -Creating dumb built distributions -================================= +.. Creating dumb built distributions +.. ================================= -**\*\*** Need to document absolute vs. prefix-relative packages here, but first -I have to implement it! **\*\*** +.. XXX Need to document absolute vs. prefix-relative packages here, but first + I have to implement it! .. _creating-rpms: |