Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5f2d6e

Browse files
committed
After distutils doc reversal, change back **bold todo** items to XXX comments.
1 parent 96c45a9 commit d5f2d6e

5 files changed

Lines changed: 13 additions & 15 deletions

File tree

Doc/distutils/apiref.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ directories.
995995
errors are ignored (apart from being reported to ``sys.stdout`` if *verbose* is
996996
true).
997997

998-
**\*\*** Some of this could be replaced with the shutil module? **\*\***
998+
.. XXX Some of this could be replaced with the shutil module?
999999
10001000
10011001
:mod:`distutils.file_util` --- Single file operations
@@ -1311,9 +1311,7 @@ provides the following additional features:
13111311
the "negative alias" of :option:`--verbose`, then :option:`--quiet` on the
13121312
command line sets *verbose* to false.
13131313

1314-
**\*\*** Should be replaced with :mod:`optik` (which is also now known as
1315-
:mod:`optparse` in Python 2.3 and later). **\*\***
1316-
1314+
.. XXX Should be replaced with optparse
13171315
13181316
.. function:: fancy_getopt(options, negative_opt, object, args)
13191317

Doc/distutils/builtdist.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ The following sections give details on the individual :command:`bdist_\*`
141141
commands.
142142

143143

144-
.. _creating-dumb:
144+
.. .. _creating-dumb:
145145
146-
Creating dumb built distributions
147-
=================================
146+
.. Creating dumb built distributions
147+
.. =================================
148148
149-
**\*\*** Need to document absolute vs. prefix-relative packages here, but first
150-
I have to implement it! **\*\***
149+
.. XXX Need to document absolute vs. prefix-relative packages here, but first
150+
I have to implement it!
151151
152152
153153
.. _creating-rpms:

Doc/distutils/commandref.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This command installs all (Python) scripts in the distribution.
5353
Creating a source distribution: the :command:`sdist` command
5454
============================================================
5555

56-
**\*\*** fragment moved down from above: needs context! **\*\***
56+
.. XXX fragment moved down from above: needs context!
5757
5858
The manifest template commands are:
5959

@@ -90,7 +90,7 @@ character, and ``[range]`` matches any of the characters in *range* (e.g.,
9090
character" is platform-specific: on Unix it is anything except slash; on Windows
9191
anything except backslash or colon.
9292

93-
**\*\*** Windows support not there yet **\*\***
93+
.. XXX Windows support not there yet
9494
9595
.. % \section{Creating a built distribution: the
9696
.. % \protect\command{bdist} command family}

Doc/distutils/setupscript.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ However, you can also include SWIG interface (:file:`.i`) files in the list; the
207207
SWIG on the interface file and compile the resulting C/C++ file into your
208208
extension.
209209

210-
**\*\*** SWIG support is rough around the edges and largely untested! **\*\***
210+
.. XXX SWIG support is rough around the edges and largely untested!
211211
212212
This warning notwithstanding, options to SWIG can be currently passed like
213213
this::
@@ -326,7 +326,7 @@ include the location in ``library_dirs``::
326326
(Again, this sort of non-portable construct should be avoided if you intend to
327327
distribute your code.)
328328

329-
**\*\*** Should mention clib libraries here or somewhere else! **\*\***
329+
.. XXX Should mention clib libraries here or somewhere else!
330330
331331
332332
Other options

Doc/distutils/sourcedist.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ source distribution:
7070
* all C source files mentioned in the :option:`ext_modules` or
7171
:option:`libraries` options (
7272

73-
**\*\*** getting C library sources currently broken---no
74-
:meth:`get_source_files` method in :file:`build_clib.py`! **\*\***)
73+
.. XXX getting C library sources currently broken---no
74+
:meth:`get_source_files` method in :file:`build_clib.py`!
7575
7676
* scripts identified by the :option:`scripts` option
7777
See :ref:`distutils-installing-scripts`.

0 commit comments

Comments
 (0)