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
402f75d9
Kaydet (Commit)
402f75d9
authored
Kas 08, 2012
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#10385: use the mod role in subprocess docs.
üst
6c5f5210
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
subprocess.rst
Doc/library/subprocess.rst
+5
-5
No files found.
Doc/library/subprocess.rst
Dosyayı görüntüle @
402f75d9
...
...
@@ -22,8 +22,8 @@ modules and functions can be found in the following sections.
:pep:`324` -- PEP proposing the subprocess module
Using the
subprocess
Module
---------------------------
Using the
:mod:`subprocess`
Module
---------------------------
-------
The recommended approach to invoking subprocesses is to use the following
convenience functions for all use cases they can handle. For more advanced
...
...
@@ -731,8 +731,8 @@ The :mod:`subprocess` module exposes the following constants.
.. _subprocess-replacements:
Replacing Older Functions with the
subprocess
Module
----------------------------------------------------
Replacing Older Functions with the
:mod:`subprocess`
Module
----------------------------------------------------
-------
In this section, "a becomes b" means that b can be used as a replacement for a.
...
...
@@ -748,7 +748,7 @@ In this section, "a becomes b" means that b can be used as a replacement for a.
the raised exception.
In the following examples, we assume that the relevant functions have already
been imported from the
subprocess
module.
been imported from the
:mod:`subprocess`
module.
Replacing /bin/sh shell backquote
...
...
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