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
7219cbea
Kaydet (Commit)
7219cbea
authored
Agu 07, 2004
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove MacOS 9 ref
üst
c16affa8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
dist.tex
Doc/dist/dist.tex
+1
-4
No files found.
Doc/dist/dist.tex
Dosyayı görüntüle @
7219cbea
...
...
@@ -2926,10 +2926,7 @@ symbolic links (using \function{os.symlink}) instead of copying: set it
to
\code
{
'hard'
}
or
\code
{
'sym'
}
; if it is
\code
{
None
}
(the default),
files are copied. Don't set
\var
{
link
}
on systems that don't support
it:
\function
{
copy
_
file()
}
doesn't check if hard or symbolic linking is
available.
Under Mac OS 9, uses the native file copy function in
\module
{
macostools
}
;
on other systems, uses
\var
{_
copy
_
file
_
contents()
}
to copy file contents.
available. It uses
\var
{_
copy
_
file
_
contents()
}
to copy file contents.
Return a tuple
\samp
{
(dest
_
name, copied)
}
:
\var
{
dest
_
name
}
is the actual
name of the output file, and
\var
{
copied
}
is true if the file was copied
...
...
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