]> granicus.if.org Git - python/commit
Issue #6135: Adds encoding and errors parameters to subprocess
authorSteve Dower <steve.dower@microsoft.com>
Wed, 7 Sep 2016 03:16:17 +0000 (20:16 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 7 Sep 2016 03:16:17 +0000 (20:16 -0700)
commit050acaed9926aa0a0367ec1baebbfd797c33ad74
treec72f32f184d3c8fe62d0100ffab7494f2f84365d
parent173a1f3dc7a8b43b49e3ef483714c1d51b60d868
Issue #6135: Adds encoding and errors parameters to subprocess
Doc/library/subprocess.rst
Doc/whatsnew/3.6.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS