Thanks to visit codestin.com Credit goes to github.com
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 2543756 commit aa935dfCopy full SHA for aa935df
1 file changed
Doc/library/subprocess.rst
@@ -565,8 +565,8 @@ The following attributes are also available:
565
566
.. warning::
567
568
- Use :meth:`communicate` rather than :attr:`.stdin.write <stdin>`,
569
- :attr:`.stdout.read <stdout>` or :attr:`.stderr.read <stderr>` to avoid
+ Use :meth:`~Popen.communicate` rather than :attr:`.stdin.write <Popen.stdin>`,
+ :attr:`.stdout.read <Popen.stdout>` or :attr:`.stderr.read <Popen.stderr>` to avoid
570
deadlocks due to any of the other OS pipe buffers filling up and blocking the
571
child process.
572
0 commit comments