]> granicus.if.org Git - python/commit
Issue #16903: Popen.communicate() on Unix now accepts strings when
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Feb 2013 14:47:39 +0000 (16:47 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Feb 2013 14:47:39 +0000 (16:47 +0200)
commitb3f194d10951d5c23af885c6d55c45dfb0db0666
treeaa40c095d34ff160840f755604fb389f88487940
parent0b4591e0eb80b78b4c6a4aa6a4071c74c253bde7
Issue #16903: Popen.communicate() on Unix now accepts strings when
universal_newlines is true as on Windows.
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS