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/apiref.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/apiref.rst')
-rw-r--r-- | Doc/distutils/apiref.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 69ec0de..26d04d1 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,9 +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 optparse .. function:: fancy_getopt(options, negative_opt, object, args) |