slackbuilds/python/subprocess32
Serban Udrea 725266d352
python/subprocess32: Added (subprocess module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-11-03 07:44:57 +07:00
..
README python/subprocess32: Added (subprocess module). 2018-11-03 07:44:57 +07:00
slack-desc python/subprocess32: Added (subprocess module). 2018-11-03 07:44:57 +07:00
subprocess32.SlackBuild python/subprocess32: Added (subprocess module). 2018-11-03 07:44:57 +07:00
subprocess32.info python/subprocess32: Added (subprocess module). 2018-11-03 07:44:57 +07:00

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This is a backport of the subprocess standard library module from Python 3.2-3.5
for use on Python 2.

It includes bugfixes and some new features. On POSIX systems it is guaranteed to
be reliable when used in threaded applications. It includes timeout support from
Python 3.3 and the run() API from 3.5 but otherwise matches 3.2s API.