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
066dacf6
Kaydet (Commit)
066dacf6
authored
Haz 19, 2012
tarafından
Brian Curtin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add versionchanged tags for #14772 changes
üst
1d25b6f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
shutil.rst
Doc/library/shutil.rst
+13
-0
No files found.
Doc/library/shutil.rst
Dosyayı görüntüle @
066dacf6
...
...
@@ -66,6 +66,8 @@ Directory and files operations
:exc:`IOError` used to be raised instead of :exc:`OSError`.
Added *symlinks* argument.
.. versionchanged:: 3.3
Added return of the *dst*.
.. function:: copymode(src, dst, symlinks=False)
...
...
@@ -101,6 +103,9 @@ Directory and files operations
.. versionchanged:: 3.3
Added *symlinks* argument.
.. versionchanged:: 3.3
Added return of the *dst*.
.. function:: copy2(src, dst, symlinks=False)
Similar to :func:`shutil.copy`, including that the destination is
...
...
@@ -113,6 +118,9 @@ Directory and files operations
Added *symlinks* argument, try to copy extended file system attributes
too (currently Linux only).
.. versionchanged:: 3.3
Added return of the *dst*.
.. function:: ignore_patterns(\*patterns)
This factory function creates a function that can be used as a callable for
...
...
@@ -169,6 +177,8 @@ Directory and files operations
.. versionchanged:: 3.3
Copy metadata when *symlinks* is false.
.. versionchanged:: 3.3
Added return of the *dst*.
.. function:: rmtree(path, ignore_errors=False, onerror=None)
...
...
@@ -211,6 +221,9 @@ Directory and files operations
Added explicit symlink handling for foreign filesystems, thus adapting
it to the behavior of GNU's :program:`mv`.
.. versionchanged:: 3.3
Added return of the *dst*.
.. function:: disk_usage(path)
Return disk usage statistics about the given path as a :term:`named tuple`
...
...
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