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
604ade4e
Kaydet (Commit)
604ade4e
authored
Şub 04, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
supports_unicode_filenames was not in the right location.
üst
bda1c86d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
libposixpath.tex
Doc/lib/libposixpath.tex
+8
-7
No files found.
Doc/lib/libposixpath.tex
Dosyayı görüntüle @
604ade4e
...
...
@@ -229,13 +229,6 @@ avoid visiting certain parts of the tree. (The object referred to by
\var
{
names
}
must be modified in place, using
\keyword
{
del
}
or slice
assignment.)
\begin{datadesc}
{
supports
_
unicode
_
filenames
}
True if arbitrary Unicode strings can be used as file names (within
limitations imposed by the file system), and if os.listdir returns
Unicode strings for a Unicode argument.
\versionadded
{
2.3
}
\end{datadesc}
\begin{notice}
Symbolic links to directories are not treated as subdirectories, and
that
\function
{
walk()
}
therefore will not visit them. To visit linked
...
...
@@ -245,3 +238,11 @@ directories you must identify them with
necessary.
\end{notice}
\end{funcdesc}
\begin{datadesc}
{
supports
_
unicode
_
filenames
}
True if arbitrary Unicode strings can be used as file names (within
limitations imposed by the file system), and if
\function
{
os.listdir()
}
returns Unicode strings for a Unicode
argument.
\versionadded
{
2.3
}
\end{datadesc}
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