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
0e316f68
Kaydet (Commit)
0e316f68
authored
Eki 23, 2015
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #25461: Rephrase os.walk() doc
Patch written by Bernt Røskar Brenna.
üst
d081229c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
os.rst
Doc/library/os.rst
+3
-3
ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/os.rst
Dosyayı görüntüle @
0e316f68
...
...
@@ -2347,9 +2347,9 @@ features:
recurse into the subdirectories whose names remain in *dirnames*; this can be
used to prune the search, impose a specific order of visiting, or even to inform
:func:`walk` about directories the caller creates or renames before it resumes
:func:`walk` again. Modifying *dirnames* when *topdown* is ``False``
i
s
ineffective, because in bottom-up mode the directories in *dirnames* are
generated before *dirpath* itself is generated.
:func:`walk` again. Modifying *dirnames* when *topdown* is ``False``
ha
s
no effect on the behavior of the walk, because in bottom-up mode the directories
in *dirnames* are
generated before *dirpath* itself is generated.
By default, errors from the :func:`listdir` call are ignored. If optional
argument *onerror* is specified, it should be a function; it will be called with
...
...
Misc/ACKS
Dosyayı görüntüle @
0e316f68
...
...
@@ -1208,6 +1208,7 @@ Rusty Russell
Nick Russo
James Rutherford
Chris Ryland
Bernt Røskar Brenna
Constantina S.
Patrick Sabin
Sébastien Sablé
...
...
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