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
d079d3a2
Kaydet (Commit)
d079d3a2
authored
Mar 13, 2014
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Close #20787: asyncio doc: fix typo. Patch written by akira.
üst
a6d018ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
asyncio-eventloop.rst
Doc/library/asyncio-eventloop.rst
+1
-1
No files found.
Doc/library/asyncio-eventloop.rst
Dosyayı görüntüle @
d079d3a2
...
@@ -488,7 +488,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
...
@@ -488,7 +488,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
* *stdout*: Either a file-like object representing the pipe to be connected
* *stdout*: Either a file-like object representing the pipe to be connected
to the subprocess's standard output stream using
to the subprocess's standard output stream using
:meth:`~BaseEventLoop.connect_
write
_pipe`, or the constant
:meth:`~BaseEventLoop.connect_
read
_pipe`, or the constant
:const:`subprocess.PIPE` (the default). By default a new pipe will be
:const:`subprocess.PIPE` (the default). By default a new pipe will be
created and connected.
created and connected.
...
...
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