Staging
v0.5.1
https://github.com/python/cpython
Revision dee54f6010ee2df60322c350a5f1dc8bfcf367d6 authored by Miss Islington (bot) on 07 September 2017, 02:57:52 UTC, committed by Christian Heimes on 07 September 2017, 02:57:52 UTC
The `subprocess.getstatusoutput` API was inadvertently changed
in Python 3.3.4.  Document the change, it is too late to undo the
API change now as it has shipped in many stable releases.
(cherry picked from commit 738b7d9766e1a794aaaabfba0d515a467ba833ca)
1 parent aa1afc7
Raw File
Tip revision: dee54f6010ee2df60322c350a5f1dc8bfcf367d6 authored by Miss Islington (bot) on 07 September 2017, 02:57:52 UTC
[3.6] bpo-22635: subprocess.getstatusoutput doc update. (GH-3398) (#3411)
Tip revision: dee54f6
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top