diff options
author | Tim Golden <mail@timgolden.me.uk> | 2013-11-03 12:55:51 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2013-11-03 12:55:51 (GMT) |
commit | ab7211f27847ab4e0090cc6bfb815bff4400c898 (patch) | |
tree | 4299768bf0f4e9f4c544bc9f49f6d01545eae941 /Misc | |
parent | 7df4ddde15d654d557c3c0f8f1ee24a52e82f475 (diff) | |
parent | e004175c5694804c263f0f06e7a4e3bbc6852cc4 (diff) | |
download | cpython-ab7211f27847ab4e0090cc6bfb815bff4400c898.zip cpython-ab7211f27847ab4e0090cc6bfb815bff4400c898.tar.gz cpython-ab7211f27847ab4e0090cc6bfb815bff4400c898.tar.bz2 |
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ Core and Builtins Library ------- +- Issue #10197: Rework subprocess.get[status]output to use subprocess + functionality and thus to work on Windows. Patch by Nick Coghlan + - Issue #19403: contextlib.redirect_stdout is now reentrant - Issue #19286: Directories in ``package_data`` are no longer added to |