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
043d5e55
Kaydet (Commit)
043d5e55
authored
Mar 02, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
For copyfile(), be explicit that src and dst are file names; that was only
implied.
üst
043732e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
libshutil.tex
Doc/lib/libshutil.tex
+3
-2
No files found.
Doc/lib/libshutil.tex
Dosyayı görüntüle @
043d5e55
...
...
@@ -19,8 +19,9 @@ file type and creator codes will not be correct.
\begin{funcdesc}
{
copyfile
}{
src, dst
}
Copy the contents of
\var
{
src
}
to
\var
{
dst
}
. If
\var
{
dst
}
exists,
it will be replaced, otherwise it will be created.
Copy the contents of the file named
\var
{
src
}
to a file named
\var
{
dst
}
. If
\var
{
dst
}
exists, it will be replaced, otherwise it
will be created.
\end{funcdesc}
\begin{funcdesc}
{
copyfileobj
}{
fsrc, fdst
\optional
{
, length
}}
...
...
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