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

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

Issue 182031: Speed up net_unittests by re-using one FTP test server instance. (Closed)
Patch Set: add google.patch Created 11 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
1 This library was downloaded from http://code.google.com/p/pyftpdlib/ 1 This library was downloaded from http://code.google.com/p/pyftpdlib/
2 2
3 Chromium-specific changes are in google.patch file.
wtc 2009/08/31 20:38:44 Why don't we name the file chromium.patch? I gues
4
3 For licensing information please LICENSE file 5 For licensing information please LICENSE file
4 6
5 Python FTP server library provides an high-level portable interface to easily 7 Python FTP server library provides an high-level portable interface to easily
6 write asynchronous FTP servers with Python. Based on asyncore framework 8 write asynchronous FTP servers with Python. Based on asyncore framework
7 pyftpdlib is currently the most complete RFC-959 FTP server implementation 9 pyftpdlib is currently the most complete RFC-959 FTP server implementation
8 available for Python programming language. 10 available for Python programming language.
9 11
10 Version: 0.5.0 12 Version: 0.5.0
11 13
12 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ 14 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698