From 725266d352efc19cde7e2dfa246ac99c7a94c4bd Mon Sep 17 00:00:00 2001 From: Serban Udrea Date: Tue, 30 Oct 2018 22:08:29 +0700 Subject: python/subprocess32: Added (subprocess module). Signed-off-by: Willy Sudiarto Raharjo --- python/subprocess32/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/subprocess32/README (limited to 'python/subprocess32/README') diff --git a/python/subprocess32/README b/python/subprocess32/README new file mode 100644 index 0000000000..802a975a33 --- /dev/null +++ b/python/subprocess32/README @@ -0,0 +1,6 @@ +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.2’s API. -- cgit v1.2.3