]> granicus.if.org Git - python/commit
Merged revisions 66634 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sat, 27 Sep 2008 21:49:47 +0000 (21:49 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 27 Sep 2008 21:49:47 +0000 (21:49 +0000)
commitbe17a117211a4e4cc08573852fedebd5a74d0229
treec517ed22507e0b2a22d83bc446efc4ddc0cd0544
parentf2e9368021d8e22e3dce5c201fea111660d75ee1
Merged revisions 66634 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66634 | benjamin.peterson | 2008-09-26 21:49:54 -0500 (Fri, 26 Sep 2008) | 7 lines

  give ftplib a real test suite

  A asyncore based mock ftp server is used to test the protocol.
  This is all thanks to Giampaolo Rodola #3939

  (Barry gave me permission to do this before final on IRC.)
........
Lib/ftplib.py
Lib/test/test_ftplib.py