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
1319e3ec
Kaydet (Commit)
1319e3ec
authored
Eki 03, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove old note that os.popen() on Windows is unreliable; this is no
longer true.
üst
f19a7ac2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
libos.tex
Doc/lib/libos.tex
+1
-3
No files found.
Doc/lib/libos.tex
Dosyayı görüntüle @
1319e3ec
...
...
@@ -282,9 +282,7 @@ argument to the built-in \function{open()} function. The exit status of
the command (encoded in the format specified for
\function
{
wait()
}
) is
available as the return value of the
\method
{
close()
}
method of the file
object, except that when the exit status is zero (termination without
errors),
\code
{
None
}
is returned.
\strong
{
Note:
}
This function
behaves unreliably under Windows due to the native implementation of
\cfunction
{
popen()
}
.
errors),
\code
{
None
}
is returned.
Availability:
\UNIX
{}
, Windows.
\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