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
f6e17ddf
Kaydet (Commit)
f6e17ddf
authored
May 11, 2019
tarafından
Aurelio Jargas
Kaydeden (comit)
Cheryl Sabella
May 11, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Hide module name from local (anchor) links in shutil docs (GH-6695)
üst
4ebcd7e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
shutil.rst
Doc/library/shutil.rst
+4
-4
No files found.
Doc/library/shutil.rst
Dosyayı görüntüle @
f6e17ddf
...
...
@@ -54,7 +54,7 @@ Directory and files operations
*dst* and return *dst* in the most efficient way possible.
*src* and *dst* are path names given as strings.
*dst* must be the complete target file name; look at :func:`shutil.copy`
*dst* must be the complete target file name; look at :func:`
~
shutil.copy`
for a copy that accepts a target directory path. If *src* and *dst*
specify the same file, :exc:`SameFileError` is raised.
...
...
@@ -218,7 +218,7 @@ Directory and files operations
already exists.
Permissions and times of directories are copied with :func:`copystat`,
individual files are copied using :func:`shutil.copy2`.
individual files are copied using :func:`
~
shutil.copy2`.
If *symlinks* is true, symbolic links in the source tree are represented as
symbolic links in the new tree and the metadata of the original links will
...
...
@@ -246,8 +246,8 @@ Directory and files operations
If *copy_function* is given, it must be a callable that will be used to copy
each file. It will be called with the source path and the destination path
as arguments. By default, :func:`
shutil.copy2` is used, but any function
that supports the same signature (like :func:`
shutil.copy`) can be used.
as arguments. By default, :func:`~
shutil.copy2` is used, but any function
that supports the same signature (like :func:`~
shutil.copy`) can be used.
.. versionchanged:: 3.3
Copy metadata when *symlinks* is false.
...
...
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