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
6abaed0d
Kaydet (Commit)
6abaed0d
authored
Mar 04, 2017
tarafından
J. W
Kaydeden (comit)
R. David Murray
Mar 04, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct spelling "instanciate" (#465)
üst
de046446
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
asyncio-subprocess.rst
Doc/library/asyncio-subprocess.rst
+2
-2
No files found.
Doc/library/asyncio-subprocess.rst
Dosyayı görüntüle @
6abaed0d
...
@@ -80,7 +80,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
...
@@ -80,7 +80,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
however, where :class:`~subprocess.Popen` takes a single argument which is
however, where :class:`~subprocess.Popen` takes a single argument which is
list of strings, :func:`subprocess_exec` takes multiple string arguments.
list of strings, :func:`subprocess_exec` takes multiple string arguments.
The *protocol_factory* must instan
c
iate a subclass of the
The *protocol_factory* must instan
t
iate a subclass of the
:class:`asyncio.SubprocessProtocol` class.
:class:`asyncio.SubprocessProtocol` class.
Other parameters:
Other parameters:
...
@@ -123,7 +123,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
...
@@ -123,7 +123,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
using the platform's "shell" syntax. This is similar to the standard library
using the platform's "shell" syntax. This is similar to the standard library
:class:`subprocess.Popen` class called with ``shell=True``.
:class:`subprocess.Popen` class called with ``shell=True``.
The *protocol_factory* must instan
c
iate a subclass of the
The *protocol_factory* must instan
t
iate a subclass of the
:class:`asyncio.SubprocessProtocol` class.
:class:`asyncio.SubprocessProtocol` class.
See :meth:`~AbstractEventLoop.subprocess_exec` for more details about
See :meth:`~AbstractEventLoop.subprocess_exec` for more details about
...
...
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