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

Side by Side Diff: third_party/pexpect/README.chromium

Issue 11360098: Roll third_party/pexpect 509:533 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase after licensecheck.pl Created 8 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 Name: pexpect 1 Name: pexpect
2 Short Name: pexpect 2 Short Name: pexpect
3 URL: http://www.noah.org/python/pexpect/ 3 URL: http://www.noah.org/python/pexpect/
4 Version: 2.3 4 Version: 2.3
5 Date: 2008-01-05 5 Date: 2008-01-05
6 Revision: r509 6 Revision: r533
7 License: MIT 7 License: MIT
8 License File: LICENSE 8 License File: LICENSE
9 Security Critical: no 9 Security Critical: no
10 10
11 Description: 11 Description:
12 Pexpect is a pure Python module for spawning child applications; controlling the m; and responding to expected patterns in their output. 12 Pexpect is a pure Python module for spawning child applications; controlling the m; and responding to expected patterns in their output.
13 13
14 Local Modifications: 14 Local Modifications:
15 Only the required files from pexpect-2.3 distribution have been added. 15 Only the required files from pexpect-2.3 distribution have been added.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698