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
aca819fb
Kaydet (Commit)
aca819fb
authored
Eyl 12, 2018
tarafından
Bumsik Kim
Kaydeden (comit)
Yury Selivanov
Eyl 12, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-33649: Fix doc to reflect changes in
47cd10d7
(or bpo-23347) (GH-9219)
üst
9dfa0fe5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
asyncio-protocol.rst
Doc/library/asyncio-protocol.rst
+1
-2
No files found.
Doc/library/asyncio-protocol.rst
Dosyayı görüntüle @
aca819fb
...
@@ -406,7 +406,6 @@ Subprocess Transports
...
@@ -406,7 +406,6 @@ Subprocess Transports
.. method:: SubprocessTransport.terminate()
.. method:: SubprocessTransport.terminate()
Ask the subprocess to stop, as in :meth:`subprocess.Popen.terminate`.
Ask the subprocess to stop, as in :meth:`subprocess.Popen.terminate`.
This method is an alias for the :meth:`close` method.
On POSIX systems, this method sends SIGTERM to the subprocess.
On POSIX systems, this method sends SIGTERM to the subprocess.
On Windows, the Windows API function TerminateProcess() is called to
On Windows, the Windows API function TerminateProcess() is called to
...
@@ -414,7 +413,7 @@ Subprocess Transports
...
@@ -414,7 +413,7 @@ Subprocess Transports
.. method:: SubprocessTransport.close()
.. method:: SubprocessTransport.close()
Ask the subprocess to stop by calling the :meth:`terminate
` method
Kill the subprocess by calling the :meth:`kill
` method
if the subprocess hasn't returned yet, and close transports of all
if the subprocess hasn't returned yet, and close transports of all
pipes (*stdin*, *stdout* and *stderr*).
pipes (*stdin*, *stdout* and *stderr*).
...
...
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