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

Skip to content

Commit b913784

Browse files
committed
Turn more notes into comments.
1 parent de73c45 commit b913784

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

Doc/distutils/apiref.rst

Lines changed: 2 additions & 3 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,8 +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). **\*\***
1314+
.. XXX Should be replaced with :mod:`optparse`.
13161315
13171316
13181317
.. function:: fancy_getopt(options, negative_opt, object, args)

Doc/distutils/builtdist.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ commands.
146146
Creating dumb built distributions
147147
=================================
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/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

0 commit comments

Comments
 (0)