generates enough output to a pipe such that it blocks waiting
for the OS pipe buffer to accept more data.
- .. versionchanged:: 3.2
+ .. versionchanged:: 3.3
*timeout* was added.
See the warning for :func:`call`.
- .. versionchanged:: 3.2
+ .. versionchanged:: 3.3
*timeout* was added.
.. versionadded:: 3.1
- .. versionchanged:: 3.2
+ .. versionchanged:: 3.3
*timeout* was added.
a pipe such that it blocks waiting for the OS pipe buffer to
accept more data. Use :meth:`communicate` to avoid that.
- .. versionchanged:: 3.2
+ .. versionchanged:: 3.3
*timeout* was added.
The data read is buffered in memory, so do not use this method if the data
size is large or unlimited.
- .. versionchanged:: 3.2
+ .. versionchanged:: 3.3
*timeout* was added.