diff options
author | Michael W. Hudson <mwh@python.net> | 2005-06-20 13:45:34 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2005-06-20 13:45:34 (GMT) |
commit | 7390942aa16be9b894c31563ec9f2b502ed28338 (patch) | |
tree | c6141bd2b2d6eeedf72dbf3195b78f35cc586414 /Lib/test/output | |
parent | 7b279078c0f59c37a91062ebf724f8f13287d5d6 (diff) | |
download | cpython-7390942aa16be9b894c31563ec9f2b502ed28338.zip cpython-7390942aa16be9b894c31563ec9f2b502ed28338.tar.gz cpython-7390942aa16be9b894c31563ec9f2b502ed28338.tar.bz2 |
test_asynchat is no longer expected to produce output.
also, wait for threads to finish before proceeding.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_asynchat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/output/test_asynchat b/Lib/test/output/test_asynchat deleted file mode 100644 index e2e67f3..0000000 --- a/Lib/test/output/test_asynchat +++ /dev/null @@ -1,3 +0,0 @@ -test_asynchat -Connected -Received: 'hello world' |