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
d91f8cf7
Kaydet (Commit)
d91f8cf7
authored
Nis 27, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items.
üst
e1b79ce1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
19 deletions
+8
-19
apiref.rst
Doc/distutils/apiref.rst
+7
-18
cmdline.rst
Doc/using/cmdline.rst
+1
-1
No files found.
Doc/distutils/apiref.rst
Dosyayı görüntüle @
d91f8cf7
...
...
@@ -869,9 +869,7 @@ tarballs or zipfiles.
prefix of all files and directories in the archive. *root_dir* and *base_dir*
both default to the current directory. Returns the name of the archive file.
.. warning::
This should be changed to support bz2 files
.. XXX This should be changed to support bz2 files.
.. function:: make_tarball(base_name, base_dir[, compress='gzip', verbose=0, dry_run=0])
...
...
@@ -884,9 +882,7 @@ tarballs or zipfiles.
possibly plus the appropriate compression extension (:file:`.gz`, :file:`.bz2`
or :file:`.Z`). Return the output filename.
.. warning::
This should be replaced with calls to the :mod:`tarfile` module.
.. XXX This should be replaced with calls to the :mod:`tarfile` module.
.. function:: make_zipfile(base_name, base_dir[, verbose=0, dry_run=0])
...
...
@@ -1329,10 +1325,8 @@ provides the following additional features:
Wraps *text* to less than *width* wide.
.. warning::
Should be replaced with :mod:`textwrap` (which is available in Python 2.3 and
later).
.. XXX Should be replaced with :mod:`textwrap` (which is available in Python
2.3 and later).
.. class:: FancyGetopt([option_table=None])
...
...
@@ -1381,8 +1375,8 @@ The :class:`FancyGetopt` class provides the following methods:
================================================
.. module:: distutils.filelist
:synopsis: The FileList class, used for poking about the file system and
building lists of
files.
:synopsis: The FileList class, used for poking about the file system and
building lists of
files.
This module provides the :class:`FileList` class, used for poking about the
...
...
@@ -1396,13 +1390,8 @@ filesystem and building lists of files.
:synopsis: A simple logging mechanism, 282-style
.. warning::
Should be replaced with standard :mod:`logging` module.
.. XXX Should be replaced with standard :mod:`logging` module.
.. % \subsubsection{\module{} --- }
.. % \declaremodule{standard}{distutils.magic}
.. % \modulesynopsis{ }
:mod:`distutils.spawn` --- Spawn a sub-process
...
...
Doc/using/cmdline.rst
Dosyayı görüntüle @
d91f8cf7
...
...
@@ -360,7 +360,7 @@ Miscellaneous options
Skip the first line of the source, allowing use of non-Unix forms of
``#!cmd``. This is intended for a DOS specific hack only.
..
warning:: The line numbers in error messages will be off by one!
..
note:: The line numbers in error messages will be off by one.
.. cmdoption:: -3
...
...
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