summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/commandref.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/commandref.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/commandref.rst')
-rw-r--r--Doc/distutils/commandref.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/commandref.rst b/Doc/distutils/commandref.rst
index fbe40de..6a2ac96 100644
--- a/Doc/distutils/commandref.rst
+++ b/Doc/distutils/commandref.rst
@@ -53,7 +53,7 @@ This command installs all (Python) scripts in the distribution.
Creating a source distribution: the :command:`sdist` command
============================================================
-**\*\*** fragment moved down from above: needs context! **\*\***
+.. XXX fragment moved down from above: needs context!
The manifest template commands are:
@@ -90,7 +90,7 @@ character, and ``[range]`` matches any of the characters in *range* (e.g.,
character" is platform-specific: on Unix it is anything except slash; on Windows
anything except backslash or colon.
-**\*\*** Windows support not there yet **\*\***
+.. XXX Windows support not there yet
.. % \section{Creating a built distribution: the
.. % \protect\command{bdist} command family}