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
28bdc624
Kaydet (Commit)
28bdc624
authored
Haz 18, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clarified description of error handling for shutil.rmtree().
This closes SF patch #569832.
üst
b1e81540
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 @
28bdc624
...
...
@@ -78,8 +78,9 @@ file type and creator codes will not be correct.
\begin{funcdesc}
{
rmtree
}{
path
\optional
{
, ignore
_
errors
\optional
{
, onerror
}}}
\index
{
directory!deleting
}
Delete an entire directory tree. If
\var
{
ignore
_
errors
}
is true,
errors will be ignored; if false or omitted, errors are handled by
calling a handler specified by
\var
{
onerror
}
or raise an exception.
errors resulting from failed removals will be ignored; if false or
omitted, such errors are handled by calling a handler specified by
\var
{
onerror
}
or, if that is omitted, they raise an exception.
If
\var
{
onerror
}
is provided, it must be a callable that accepts
three parameters:
\var
{
function
}
,
\var
{
path
}
, and
\var
{
excinfo
}
.
...
...
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