diff options
author | Guido van Rossum <guido@python.org> | 2001-04-06 16:32:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-04-06 16:32:22 (GMT) |
commit | 66172520ee5b0762274f010e0bfdffd1559876f3 (patch) | |
tree | df6d46bb82b87ebc8a32a76ecac3f712215af3bf /Lib/test/output/test_asynchat | |
parent | e4a1b6d7c4e96dd2af0541dd12444932260e2a66 (diff) | |
download | cpython-66172520ee5b0762274f010e0bfdffd1559876f3.zip cpython-66172520ee5b0762274f010e0bfdffd1559876f3.tar.gz cpython-66172520ee5b0762274f010e0bfdffd1559876f3.tar.bz2 |
Add test for asynchat. This also tests asyncore.
Diffstat (limited to 'Lib/test/output/test_asynchat')
-rw-r--r-- | Lib/test/output/test_asynchat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/output/test_asynchat b/Lib/test/output/test_asynchat new file mode 100644 index 0000000..e2e67f3 --- /dev/null +++ b/Lib/test/output/test_asynchat @@ -0,0 +1,3 @@ +test_asynchat +Connected +Received: 'hello world' |