]> granicus.if.org Git - python/commit
Issue #15592. Fix regression: subprocess.communicate() breaks on no input with univer...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 14 Aug 2012 15:40:21 +0000 (18:40 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 14 Aug 2012 15:40:21 +0000 (18:40 +0300)
commitaa0dbdc2ddb4cfe1669ac83a24673a8ef4ee1fc4
tree23dbc642b8059bdbc8be3be03b42476be77aa7dd
parentf06afe35b9eca02cc99e77c19512841f2d889aef
parentf3765071eb73ffb3630a64987f7dceddf64be2ea
Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true.

Patch by Chris Jerdonek.
Lib/subprocess.py
Lib/test/test_subprocess.py