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
8a12f940
Kaydet (Commit)
8a12f940
authored
Nis 19, 2010
tarafından
Tarek Ziadé
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #8463: added missing reference to bztar in shutil's documentation.
üst
f1c28b75
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
shutil.rst
Doc/library/shutil.rst
+1
-1
shutil.py
Lib/shutil.py
+1
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/shutil.rst
Dosyayı görüntüle @
8a12f940
...
@@ -249,7 +249,7 @@ Archives operations
...
@@ -249,7 +249,7 @@ Archives operations
*base_name* is the name of the file to create, including the path, minus
*base_name* is the name of the file to create, including the path, minus
any format-specific extension. *format* is the archive format: one of
any format-specific extension. *format* is the archive format: one of
"zip", "tar", "ztar", or "gztar".
"zip", "tar", "ztar",
"bztar"
or "gztar".
*root_dir* is a directory that will be the root directory of the
*root_dir* is a directory that will be the root directory of the
archive; ie. we typically chdir into *root_dir* before creating the
archive; ie. we typically chdir into *root_dir* before creating the
...
...
Lib/shutil.py
Dosyayı görüntüle @
8a12f940
...
@@ -525,7 +525,7 @@ def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0,
...
@@ -525,7 +525,7 @@ def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0,
'base_name' is the name of the file to create, minus any format-specific
'base_name' is the name of the file to create, minus any format-specific
extension; 'format' is the archive format: one of "zip", "tar", "ztar",
extension; 'format' is the archive format: one of "zip", "tar", "ztar",
or "gztar".
"bztar"
or "gztar".
'root_dir' is a directory that will be the root directory of the
'root_dir' is a directory that will be the root directory of the
archive; ie. we typically chdir into 'root_dir' before creating the
archive; ie. we typically chdir into 'root_dir' before creating the
...
...
Misc/NEWS
Dosyayı görüntüle @
8a12f940
...
@@ -20,6 +20,8 @@ Core and Builtins
...
@@ -20,6 +20,8 @@ Core and Builtins
Library
Library
-------
-------
- Issue #8463: added missing reference to bztar in shutil's documentation.
- Issue #8438: Remove reference to the missing "surrogateescape" encoding
- Issue #8438: Remove reference to the missing "surrogateescape" encoding
error handler from the new IO library.
error handler from the new IO library.
...
...
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