summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-12-05 02:27:01 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-12-05 02:27:01 (GMT)
commit26576801a683fba28e66fca4759fdc327e87ea3e (patch)
tree22e40cbdb3610f03c9c809ebc969c175ed0fd70b /Misc
parent1743201364feaa9ab56acda3ccef051b2dd1d814 (diff)
downloadcpython-26576801a683fba28e66fca4759fdc327e87ea3e.zip
cpython-26576801a683fba28e66fca4759fdc327e87ea3e.tar.gz
cpython-26576801a683fba28e66fca4759fdc327e87ea3e.tar.bz2
rename the new check_call_output to check_output. its less ugly.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c4b0207..55e123b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,7 +60,7 @@ Core and Builtins
Library
-------
-- Added the subprocess.check_call_output() convenience function to get output
+- Added the subprocess.check_output() convenience function to get output
from a subprocess on success or raise an exception on error.
- Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to