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
15eac1f9
Kaydet (Commit)
15eac1f9
authored
May 20, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix markup nits.
üst
dbaf04ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
libos.tex
Doc/lib/libos.tex
+4
-4
No files found.
Doc/lib/libos.tex
Dosyayı görüntüle @
15eac1f9
...
@@ -1515,15 +1515,15 @@ calling the Standard C function \cfunction{system()}, and has the
...
@@ -1515,15 +1515,15 @@ calling the Standard C function \cfunction{system()}, and has the
same limitations. Changes to
\code
{
posix.environ
}
,
\code
{
sys.stdin
}
,
same limitations. Changes to
\code
{
posix.environ
}
,
\code
{
sys.stdin
}
,
etc.
\
are not reflected in the environment of the executed command.
etc.
\
are not reflected in the environment of the executed command.
On
\UNIX
the return value is the exit status of the process encoded in the
On
\UNIX
,
the return value is the exit status of the process encoded in the
format specified for
\function
{
wait()
}
. Note that
\POSIX
{}
does not
format specified for
\function
{
wait()
}
. Note that
\POSIX
{}
does not
specify the meaning of the return value of the C
\cfunction
{
system()
}
specify the meaning of the return value of the C
\cfunction
{
system()
}
function, so the return value of the Python function is system-dependent.
function, so the return value of the Python function is system-dependent.
On Windows the return value is that returned by the system shell after
On Windows
,
the return value is that returned by the system shell after
running
\var
{
command
}
, given by the Windows environment variable
running
\var
{
command
}
, given by the Windows environment variable
\
code
{
COMSPEC
}
: on
\code
{
command.com
}
systems (Windows 95, 98 and ME)
\
envvar
{
COMSPEC
}
: on
\program
{
command.com
}
systems (Windows 95, 98 and ME)
this is always
\code
{
0
}
; on
\
code
{
cmd.exe
}
systems (Windows NT, 2000
this is always
\code
{
0
}
; on
\
program
{
cmd.exe
}
systems (Windows NT, 2000
and XP) this is the exit status of the command run; on systems using
and XP) this is the exit status of the command run; on systems using
a non-native shell, consult your shell documentation.
a non-native shell, consult your shell 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