summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/apiref.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-07 19:04:36 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-07 19:04:36 (GMT)
commitb9137848ae12801e3454228bbf6c8f357986ecbd (patch)
tree84993f5c5535086e5a674bf3f7902e81bc245b3c /Doc/distutils/apiref.rst
parentde73c4587f665bdbf748715461691e9584f30c0f (diff)
downloadcpython-b9137848ae12801e3454228bbf6c8f357986ecbd.zip
cpython-b9137848ae12801e3454228bbf6c8f357986ecbd.tar.gz
cpython-b9137848ae12801e3454228bbf6c8f357986ecbd.tar.bz2
Turn more notes into comments.
Diffstat (limited to 'Doc/distutils/apiref.rst')
-rw-r--r--Doc/distutils/apiref.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 6bcf3a7..9f95740 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -995,7 +995,7 @@ directories.
errors are ignored (apart from being reported to ``sys.stdout`` if *verbose* is
true).
-**\*\*** Some of this could be replaced with the shutil module? **\*\***
+.. XXX Some of this could be replaced with the shutil module?
:mod:`distutils.file_util` --- Single file operations
@@ -1311,8 +1311,7 @@ provides the following additional features:
the "negative alias" of :option:`--verbose`, then :option:`--quiet` on the
command line sets *verbose* to false.
-**\*\*** Should be replaced with :mod:`optik` (which is also now known as
-:mod:`optparse` in Python 2.3 and later). **\*\***
+.. XXX Should be replaced with :mod:`optparse`.
.. function:: fancy_getopt(options, negative_opt, object, args)