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
1902146e
Kaydet (Commit)
1902146e
authored
Ara 22, 2004
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove outdated comments about expanduser and expandvars for Macintosh that
referred to OS 9 semantics.
üst
7c404a4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
libposixpath.tex
Doc/lib/libposixpath.tex
+1
-3
No files found.
Doc/lib/libposixpath.tex
Dosyayı görüntüle @
1902146e
...
...
@@ -61,8 +61,7 @@ initial \samp{\~{}} is replaced by the environment variable
\envvar
{
HOME
}
; an initial
\samp
{
\~\var
{
user
}}
is looked up in the
password directory through the built-in module
\refmodule
{
pwd
}
\refbimodindex
{
pwd
}
. If the expansion fails, or if the
path does not begin with a tilde, the path is returned unchanged. On
the Macintosh, this always returns
\var
{
path
}
unchanged.
path does not begin with a tilde, the path is returned unchanged.
\end{funcdesc}
\begin{funcdesc}
{
expandvars
}{
path
}
...
...
@@ -70,7 +69,6 @@ Return the argument with environment variables expanded. Substrings
of the form
\samp
{
\$\var
{
name
}}
or
\samp
{
\$\{\var
{
name
}
\}
}
are
replaced by the value of environment variable
\var
{
name
}
. Malformed
variable names and references to non-existing variables are left
unchanged. On the Macintosh, this always returns
\var
{
path
}
unchanged.
\end{funcdesc}
...
...
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