Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
d5f2d6e8
Kaydet (Commit)
d5f2d6e8
authored
Tem 31, 2010
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
After distutils doc reversal, change back **bold todo** items to XXX comments.
üst
96c45a98
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
15 deletions
+13
-15
apiref.rst
Doc/distutils/apiref.rst
+2
-4
builtdist.rst
Doc/distutils/builtdist.rst
+5
-5
commandref.rst
Doc/distutils/commandref.rst
+2
-2
setupscript.rst
Doc/distutils/setupscript.rst
+2
-2
sourcedist.rst
Doc/distutils/sourcedist.rst
+2
-2
No files found.
Doc/distutils/apiref.rst
Dosyayı görüntüle @
d5f2d6e8
...
...
@@ -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)
...
...
Doc/distutils/builtdist.rst
Dosyayı görüntüle @
d5f2d6e8
...
...
@@ -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:
...
...
Doc/distutils/commandref.rst
Dosyayı görüntüle @
d5f2d6e8
...
...
@@ -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}
...
...
Doc/distutils/setupscript.rst
Dosyayı görüntüle @
d5f2d6e8
...
...
@@ -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
...
...
Doc/distutils/sourcedist.rst
Dosyayı görüntüle @
d5f2d6e8
...
...
@@ -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`.
...
...
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