Skip to content

Commit 0ff1c2e

Browse files
committed
bpo-39744: update docs
1 parent 9e9e37b commit 0ff1c2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Doc/library/asyncio-subprocess.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ their completion.
230230
Note, that the data read is buffered in memory, so do not use
231231
this method if the data size is large or unlimited.
232232

233+
.. versionchanged:: 3.12
234+
235+
*stdin* gets closed when `input=None` too.
236+
233237
.. method:: send_signal(signal)
234238

235239
Sends the signal *signal* to the child process.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Make func:``asyncio.subprocess.Process.communicate`` close subprocess's stdin even when called with input=None
1+
Make func:``asyncio.subprocess.Process.communicate`` close subprocess's stdin even when called with `input=None`

0 commit comments

Comments
 (0)