]> granicus.if.org Git - python/commit
Don't use a sleep to wait for the server to be ready; this caused
authorGuido van Rossum <guido@python.org>
Mon, 23 Jul 2007 01:49:28 +0000 (01:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 23 Jul 2007 01:49:28 +0000 (01:49 +0000)
commitaccecdf96937ff0e34fb136ae1196814e100982c
treef468a9eddb86d98188208be3398d5e2c88f12695
parentd745c436fb002177130b59386d37367719817452
Don't use a sleep to wait for the server to be ready; this caused
problems on my OSX laptop.  use a condition variable instead.
Lib/test/test_poplib.py