]> granicus.if.org Git - python/commit
Update subprocess.communicate() docstring.
authorJoel Schaerer <joelthelion@laposte.net>
Wed, 13 Sep 2017 19:11:20 +0000 (21:11 +0200)
committerGregory P. Smith <greg@krypto.org>
Wed, 13 Sep 2017 19:11:20 +0000 (12:11 -0700)
commit88031a9adedb594500db643404614f6648beec81
treed1c90bc3fa63e1f4cf463a193025a456d94e0ff0
parentacb9fa79fa6453c2bbe3ccfc9cad2837feb90093
Update subprocess.communicate() docstring.

Explicitly state that communicate() closes stdin after writing input to it.
Lib/subprocess.py