Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Side by Side Diff: tools/telemetry/third_party/subprocess32/PKG-INFO

Issue 1323303002: [Telemetry] Add timeout to telemetry run_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Metadata-Version: 1.0
2 Name: subprocess32
3 Version: 3.2.6
4 Summary: Backport of the subprocess module from Python 3.2/3.3 for use on 2.x.
5 Home-page: http://code.google.com/p/python-subprocess32/
6 Author: Gregory P. Smith
7 Author-email: greg@krypto.org
8 License: PSF license
9 Description:
10 This is a backport of the subprocess standard library module from
11 Python 3.2 & 3.3 for use on Python 2.4, 2.5, 2.6 and 2.7.
12 It includes bugfixes and new features. On POSIX systems it is
13 guaranteed to be reliable when used in threaded applications.
14 Bonus: It includes timeout support from Python 3.3.
15 Platform: UNKNOWN
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/subprocess32/MANIFEST.in ('k') | tools/telemetry/third_party/subprocess32/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698