]> granicus.if.org Git - python/commitdiff
After distutils doc reversal, change back **bold todo** items to XXX comments.
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 09:15:10 +0000 (09:15 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 09:15:10 +0000 (09:15 +0000)
Doc/distutils/apiref.rst
Doc/distutils/builtdist.rst
Doc/distutils/commandref.rst
Doc/distutils/setupscript.rst
Doc/distutils/sourcedist.rst

index 69ec0de99beec27ad68055f900e1b6e47867e43f..26d04d1fd47f5607b1995b3cd078dc59a008e292 100644 (file)
@@ -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)
 
index ee06fb41d2f7d035f6a630087459b6e29704f8fd..d3c067b3c38e76d6de6efca72aa99da3025a27a0 100644 (file)
@@ -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:
index fbe40de6c22b01c3b8b2b3af9fed0fb301d80a53..6a2ac960f1e1efb12a83df823d72a9aa95356dc5 100644 (file)
@@ -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}
index 5ec94c7ea5a6144dc3f0b39978fdc38185fa8d6f..9208e369957681c291fee354f97734169c501170 100644 (file)
@@ -207,7 +207,7 @@ However, you can also include SWIG interface (:file:`.i`) files in the list; the
 SWIG on the interface file and compile the resulting C/C++ file into your
 extension.
 
-**\*\*** SWIG support is rough around the edges and largely untested! **\*\***
+.. XXX SWIG support is rough around the edges and largely untested!
 
 This warning notwithstanding, options to SWIG can be currently passed like
 this::
@@ -326,7 +326,7 @@ include the location in ``library_dirs``::
 (Again, this sort of non-portable construct should be avoided if you intend to
 distribute your code.)
 
-**\*\*** Should mention clib libraries here or somewhere else! **\*\***
+.. XXX Should mention clib libraries here or somewhere else!
 
 
 Other options
index 96e891bd68a5e6144b11d1dbad0bcd1fdc420688..b829f1d5fe2b4e1b82c2ce27507ed4e8aa3296c0 100644 (file)
@@ -70,8 +70,8 @@ source distribution:
 * all C source files mentioned in the :option:`ext_modules` or
   :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 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`.