]> granicus.if.org Git - python/commit
Don't use a hard coded port. This test could hang/fail if the port is in use.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 26 Feb 2008 04:50:37 +0000 (04:50 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 26 Feb 2008 04:50:37 +0000 (04:50 +0000)
commitb0917c14f2fbc776bf49d3949fd456ef86027e72
tree1941447c1545154c2a5750544193b7129cb12714
parent3fa41d5a1c02046f815d824b15e6c4683393e6c7
Don't use a hard coded port.  This test could hang/fail if the port is in use.
Speed this test up by avoiding a sleep and using the event.
Lib/test/test_ftplib.py