[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.218.107.101: ~ $
========================
Python 2.7 Compatibility
========================

.. module:: kitchen.pycompat27.subprocess

--------------------------
Subprocess from Python 2.7
--------------------------

The :mod:`subprocess` module included here is a direct import from
python-2.7's |stdlib|_.  You can access it via::

    >>> from kitchen.pycompat27 import subprocess

The motivation for including this module is that various API changing
improvements have been made to subprocess over time.  The following is a list
of the known changes to :mod:`subprocess` with the python version they were
introduced in:

====================================  ===
New API Feature                       Ver
====================================  ===
:exc:`subprocess.CalledProcessError`  2.5
:func:`subprocess.check_call`         2.5
:func:`subprocess.check_output`       2.7
:meth:`subprocess.Popen.send_signal`  2.6
:meth:`subprocess.Popen.terminate`    2.6
:meth:`subprocess.Popen.kill`         2.6
====================================  ===

.. seealso::

    The stdlib :mod:`subprocess` documenation
        For complete documentation on how to use subprocess

Filemanager

Name Type Size Permission Actions
api-collections.txt File 122 B 0644
api-exceptions.txt File 250 B 0644
api-i18n.txt File 1 KB 0644
api-iterutils.txt File 203 B 0644
api-overview.txt File 520 B 0644
api-pycompat24.txt File 1.02 KB 0644
api-pycompat25.txt File 173 B 0644
api-pycompat27.txt File 1.12 KB 0644
api-text-converters.txt File 18.26 KB 0644
api-text-display.txt File 912 B 0644
api-text-misc.txt File 48 B 0644
api-text-utf8.txt File 65 B 0644
api-text.txt File 707 B 0644
api-versioning.txt File 146 B 0644
designing-unicode-apis.txt File 30.6 KB 0644
glossary.txt File 4.21 KB 0644
hacking.txt File 13.22 KB 0644
index.txt File 5.77 KB 0644
porting-guide-0.3.txt File 9.26 KB 0644
tutorial.txt File 828 B 0644
unicode-frustrations.txt File 26.33 KB 0644