We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb9fa7 commit 88031a9Copy full SHA for 88031a9
Lib/subprocess.py
@@ -800,9 +800,9 @@ def _stdin_write(self, input):
800
raise
801
802
def communicate(self, input=None, timeout=None):
803
- """Interact with process: Send data to stdin. Read data from
804
- stdout and stderr, until end-of-file is reached. Wait for
805
- process to terminate.
+ """Interact with process: Send data to stdin and close it.
+ Read data from stdout and stderr, until end-of-file is
+ reached. Wait for process to terminate.
806
807
The optional "input" argument should be data to be sent to the
808
child process (if self.universal_newlines is True, this should
0 commit comments