]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use an event variable to wait for the server to be ready, not time.sleep().
authorGuido van Rossum <guido@python.org>
Thu, 6 Sep 2007 03:57:23 +0000 (03:57 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Sep 2007 03:57:23 +0000 (03:57 +0000)
commit3da4c4bcaba549b27f3f3ba69ad7e58a585d5461
tree00b8d6a67a29d5d776eb80f7b31c7a65da3842e7
parentfdc1a567ecf3e747a63534279448cce39150964e
Use an event variable to wait for the server to be ready, not time.sleep().
Lib/test/test_ftplib.py