| Index: tools/telemetry/third_party/subprocess32/README.chromium
|
| diff --git a/tools/telemetry/third_party/subprocess32/README.chromium b/tools/telemetry/third_party/subprocess32/README.chromium
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..65cbbdf995ace364872ff6cc6c55fa14fe1aec46
|
| --- /dev/null
|
| +++ b/tools/telemetry/third_party/subprocess32/README.chromium
|
| @@ -0,0 +1,12 @@
|
| +Name: subprocess32
|
| +Short Name: subprocess32
|
| +URL: https://code.google.com/p/python-subprocess32/
|
| +Version: 3.2.6
|
| +License: GPL
|
| +License File: LICENSE
|
| +Security Critical: no
|
| +Description: subprocess32 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.
|
|
|