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
c9e7d77a
Kaydet (Commit)
c9e7d77a
authored
Eki 12, 2004
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Start section for PEP 324
üst
518d393e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
whatsnew24.tex
Doc/whatsnew/whatsnew24.tex
+22
-0
No files found.
Doc/whatsnew/whatsnew24.tex
Dosyayı görüntüle @
c9e7d77a
...
@@ -426,6 +426,28 @@ root:*:0:0:System Administrator:/var/root:/bin/tcsh
...
@@ -426,6 +426,28 @@ root:*:0:0:System Administrator:/var/root:/bin/tcsh
\end
{
seealso
}
\end
{
seealso
}
%======================================================================
\section
{
PEP
324
: New subprocess Module
}
The standard library provides a number of ways to
execute a subprocess, each of which offers different features and
levels of difficulty.
\function
{
os.system
(
\var
{
command
}
)
}
is easy, but
slow
--
it runs a shell process which executes the command
--
and dangerous
--
you have to be careful about escaping metacharacters.
The
\module
{
popen
2
}
module offers classes that can capture
standard output and standard error from the subprocess, but the naming
is confusing.
The
\module
{
subprocess
}
module cleans all this up, providing a unified
interface that offers all the features you might need.
% XXX finish writing this section by adding some examples
\begin
{
seealso
}
\seepep
{
324
}{
subprocess
-
New process module
}{
Written and implemented by Peter Astrand, with assistance from Fredrik Lundh and others.
}
\end
{
seealso
}
%======================================================================
%======================================================================
\section
{
PEP
327
: Decimal Data Type
}
\section
{
PEP
327
: Decimal Data Type
}
...
...
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