Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b9137848
Commit
b9137848
authored
Jul 07, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn more notes into comments.
parent
de73c458
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
Doc/distutils/apiref.rst
Doc/distutils/apiref.rst
+2
-3
Doc/distutils/builtdist.rst
Doc/distutils/builtdist.rst
+2
-2
Doc/distutils/setupscript.rst
Doc/distutils/setupscript.rst
+2
-2
No files found.
Doc/distutils/apiref.rst
View file @
b9137848
...
...
@@ -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,8 +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 :mod:`optparse`.
.. function:: fancy_getopt(options, negative_opt, object, args)
...
...
Doc/distutils/builtdist.rst
View file @
b9137848
...
...
@@ -146,8 +146,8 @@ commands.
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:
...
...
Doc/distutils/setupscript.rst
View file @
b9137848
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment