Skip to content

Commit

Permalink
pythongh-89415: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Apr 27, 2023
1 parent 9e9e37b commit cf7ca4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Doc/library/asyncio-subprocess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ their completion.
Note, that the data read is buffered in memory, so do not use
this method if the data size is large or unlimited.

.. versionchanged:: 3.12

*stdin* gets closed when `input=None` too.

.. method:: send_signal(signal)

Sends the signal *signal* to the child process.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Make func:``asyncio.subprocess.Process.communicate`` close subprocess's stdin even when called with input=None
Make func:``asyncio.subprocess.Process.communicate`` close subprocess's stdin even when called with `input=None`

0 comments on commit cf7ca4d

Please sign in to comment.