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
72030810
Kaydet (Commit)
72030810
authored
Nis 16, 2009
tarafından
R. David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Less red ink (warning->note) and add link to def of side-by-side assembly.
üst
2d693588
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
subprocess.rst
Doc/library/subprocess.rst
+6
-4
No files found.
Doc/library/subprocess.rst
Dosyayı görüntüle @
72030810
...
@@ -102,13 +102,15 @@ This module defines one class called :class:`Popen`:
...
@@ -102,13 +102,15 @@ This module defines one class called :class:`Popen`:
variables for the new process; these are used instead of inheriting the current
variables for the new process; these are used instead of inheriting the current
process' environment, which is the default behavior.
process' environment, which is the default behavior.
..
warning
::
..
note
::
When replacing the environment you must provide any variables
If specified, *env* must provide any variables required
required for the program to execute. On Windows, in order to run
for the program to execute. On Windows, in order to run a
a side-by-side assembly the specified *env* must
include a valid
`side-by-side assembly`_ the specified *env* **must**
include a valid
:envvar:`SystemRoot`.
:envvar:`SystemRoot`.
.. _side-by-side assembly: http://en.wikipedia.org/wiki/Side-by-Side_Assembly
If *universal_newlines* is :const:`True`, the file objects stdout and stderr are
If *universal_newlines* is :const:`True`, the file objects stdout and stderr are
opened as text files, but lines may be terminated by any of ``'\n'``, the Unix
opened as text files, but lines may be terminated by any of ``'\n'``, the Unix
end-of-line convention, ``'\r'``, the old Macintosh convention or ``'\r\n'``, the
end-of-line convention, ``'\r'``, the old Macintosh convention or ``'\r\n'``, the
...
...
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