| Index: tools/telemetry/third_party/subprocess32/PKG-INFO
|
| diff --git a/tools/telemetry/third_party/subprocess32/PKG-INFO b/tools/telemetry/third_party/subprocess32/PKG-INFO
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..48cfc1de3892bdfe6cf999764efedcfd2bf905f5
|
| --- /dev/null
|
| +++ b/tools/telemetry/third_party/subprocess32/PKG-INFO
|
| @@ -0,0 +1,15 @@
|
| +Metadata-Version: 1.0
|
| +Name: subprocess32
|
| +Version: 3.2.6
|
| +Summary: Backport of the subprocess module from Python 3.2/3.3 for use on 2.x.
|
| +Home-page: http://code.google.com/p/python-subprocess32/
|
| +Author: Gregory P. Smith
|
| +Author-email: greg@krypto.org
|
| +License: PSF license
|
| +Description:
|
| + This is a backport of the subprocess standard library module from
|
| + Python 3.2 & 3.3 for use on Python 2.4, 2.5, 2.6 and 2.7.
|
| + It includes bugfixes and new features. On POSIX systems it is
|
| + guaranteed to be reliable when used in threaded applications.
|
| + Bonus: It includes timeout support from Python 3.3.
|
| +Platform: UNKNOWN
|
|
|