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
7a621287
Kaydet (Commit)
7a621287
authored
Haz 10, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
At David Ascher's request, clarify that os.system() always returns 0
on Win95 & Win98.
üst
ae0f2925
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
libos.tex
Doc/lib/libos.tex
+2
-1
No files found.
Doc/lib/libos.tex
Dosyayı görüntüle @
7a621287
...
...
@@ -694,7 +694,8 @@ calling the Standard C function \cfunction{system()}, and has the
same limitations. Changes to
\code
{
posix.environ
}
,
\code
{
sys.stdin
}
,
etc.
\
are not reflected in the environment of the executed command.
The return value is the exit status of the process encoded in the
format specified for
\function
{
wait()
}
.
format specified for
\function
{
wait()
}
, except on Windows 95 and 98,
where it is always
\code
{
0
}
.
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