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
28f13032
Kaydet (Commit)
28f13032
authored
Mar 14, 2011
tarafından
Reid Kleckner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Change versionchanged for timeout to 3.3, not 3.2.
üst
3eb2347c
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 @
28f13032
...
@@ -271,7 +271,7 @@ This module also defines four shortcut functions:
...
@@ -271,7 +271,7 @@ This module also defines four shortcut functions:
generates enough output to a pipe such that it blocks waiting
generates enough output to a pipe such that it blocks waiting
for the OS pipe buffer to accept more data.
for the OS pipe buffer to accept more data.
.. versionchanged:: 3.
2
.. versionchanged:: 3.
3
*timeout* was added.
*timeout* was added.
...
@@ -295,7 +295,7 @@ This module also defines four shortcut functions:
...
@@ -295,7 +295,7 @@ This module also defines four shortcut functions:
See the warning for :func:`call`.
See the warning for :func:`call`.
.. versionchanged:: 3.
2
.. versionchanged:: 3.
3
*timeout* was added.
*timeout* was added.
...
@@ -328,7 +328,7 @@ This module also defines four shortcut functions:
...
@@ -328,7 +328,7 @@ This module also defines four shortcut functions:
.. versionadded:: 3.1
.. versionadded:: 3.1
.. versionchanged:: 3.
2
.. versionchanged:: 3.
3
*timeout* was added.
*timeout* was added.
...
@@ -424,7 +424,7 @@ Instances of the :class:`Popen` class have the following methods:
...
@@ -424,7 +424,7 @@ Instances of the :class:`Popen` class have the following methods:
a pipe such that it blocks waiting for the OS pipe buffer to
a pipe such that it blocks waiting for the OS pipe buffer to
accept more data. Use :meth:`communicate` to avoid that.
accept more data. Use :meth:`communicate` to avoid that.
.. versionchanged:: 3.
2
.. versionchanged:: 3.
3
*timeout* was added.
*timeout* was added.
...
@@ -462,7 +462,7 @@ Instances of the :class:`Popen` class have the following methods:
...
@@ -462,7 +462,7 @@ Instances of the :class:`Popen` class have the following methods:
The data read is buffered in memory, so do not use this method if the data
The data read is buffered in memory, so do not use this method if the data
size is large or unlimited.
size is large or unlimited.
.. versionchanged:: 3.
2
.. versionchanged:: 3.
3
*timeout* was added.
*timeout* was added.
...
...
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