]> granicus.if.org Git - python/commit
After testing the test on Unix, several improvements:
authorGuido van Rossum <guido@python.org>
Fri, 6 Apr 2001 16:43:49 +0000 (16:43 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 6 Apr 2001 16:43:49 +0000 (16:43 +0000)
commitdca060c55c5eb4cb7b43faec7fb1a85217d1e752
tree2d8e6c23acac41cb759c5fa19c73fadee4fe130c
parent66172520ee5b0762274f010e0bfdffd1559876f3
After testing the test on Unix, several improvements:

- Use push() instead of send(), and make these calls in main().

- Sleep a second to give the server thread time to initialize itself.
Lib/test/test_asynchat.py