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
3225242a
Kaydet (Commit)
3225242a
authored
Eyl 14, 2005
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bug [ 1274828 ] splitunc not documented
üst
80bbf3f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
libposixpath.tex
Doc/lib/libposixpath.tex
+9
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/lib/libposixpath.tex
Dosyayı görüntüle @
3225242a
...
...
@@ -234,6 +234,15 @@ and \var{ext} is empty or begins with a period and contains
at most one period.
\end{funcdesc}
\begin{funcdesc}
{
splitunc
}{
path
}
Split the pathname
\var
{
path
}
into a pair
\code
{
(
\var
{
unc
}
,
\var
{
rest
}
)
}
so that
\var
{
unc
}
is the UNC mount point (such as
\code
{
r'
\e\e
host
\e
mount'
}
),
if present, and
\var
{
rest
}
the rest of the path (such as
\code
{
r'
\e
path
\e
file.ext'
}
). For paths containing drive letters,
\var
{
unc
}
will always be the empty string.
Availability: Windows.
\end{funcdesc}
\begin{funcdesc}
{
walk
}{
path, visit, arg
}
Calls the function
\var
{
visit
}
with arguments
\code
{
(
\var
{
arg
}
,
\var
{
dirname
}
,
\var
{
names
}
)
}
for each directory in the
...
...
Misc/NEWS
Dosyayı görüntüle @
3225242a
...
...
@@ -512,6 +512,8 @@ Tests
Documentation
-------------
-
Bug
#
1274828
:
Document
os
.
path
.
splitunc
().
-
Bug
#
1190204
:
Clarify
which
directories
are
searched
by
site
.
py
.
-
Bug
#
1193849
:
Clarify
os
.
path
.
expanduser
()
documentation
.
...
...
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