Commit b9137848 authored by Georg Brandl's avatar Georg Brandl

Turn more notes into comments.

parent de73c458
...@@ -995,7 +995,7 @@ directories. ...@@ -995,7 +995,7 @@ directories.
errors are ignored (apart from being reported to ``sys.stdout`` if *verbose* is errors are ignored (apart from being reported to ``sys.stdout`` if *verbose* is
true). 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 :mod:`distutils.file_util` --- Single file operations
...@@ -1311,8 +1311,7 @@ provides the following additional features: ...@@ -1311,8 +1311,7 @@ provides the following additional features:
the "negative alias" of :option:`--verbose`, then :option:`--quiet` on the the "negative alias" of :option:`--verbose`, then :option:`--quiet` on the
command line sets *verbose* to false. command line sets *verbose* to false.
**\*\*** Should be replaced with :mod:`optik` (which is also now known as .. XXX Should be replaced with :mod:`optparse`.
:mod:`optparse` in Python 2.3 and later). **\*\***
.. function:: fancy_getopt(options, negative_opt, object, args) .. function:: fancy_getopt(options, negative_opt, object, args)
......
...@@ -146,8 +146,8 @@ commands. ...@@ -146,8 +146,8 @@ commands.
Creating dumb built distributions Creating dumb built distributions
================================= =================================
**\*\*** Need to document absolute vs. prefix-relative packages here, but first .. XXX Need to document absolute vs. prefix-relative packages here, but first
I have to implement it! **\*\*** I have to implement it!
.. _creating-rpms: .. _creating-rpms:
......
...@@ -207,7 +207,7 @@ However, you can also include SWIG interface (:file:`.i`) files in the list; the ...@@ -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 SWIG on the interface file and compile the resulting C/C++ file into your
extension. 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 warning notwithstanding, options to SWIG can be currently passed like
this:: this::
...@@ -326,7 +326,7 @@ include the location in ``library_dirs``:: ...@@ -326,7 +326,7 @@ include the location in ``library_dirs``::
(Again, this sort of non-portable construct should be avoided if you intend to (Again, this sort of non-portable construct should be avoided if you intend to
distribute your code.) distribute your code.)
**\*\*** Should mention clib libraries here or somewhere else! **\*\*** .. XXX Should mention clib libraries here or somewhere else!
Other options Other options
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment