diff options
author | Guido van Rossum <guido@python.org> | 2002-06-12 19:18:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-06-12 19:18:08 (GMT) |
commit | 24e4af8c729dd2905e3025415338179b95bf3986 (patch) | |
tree | 4a1763367b4a64d462ebb49a0adbb1a8ca81a794 /Lib/test/output | |
parent | e3fdc975c02d6bbbe2e442e878061975d4c762ec (diff) | |
download | cpython-24e4af8c729dd2905e3025415338179b95bf3986.zip cpython-24e4af8c729dd2905e3025415338179b95bf3986.tar.gz cpython-24e4af8c729dd2905e3025415338179b95bf3986.tar.bz2 |
New test suite for the socket module by Michael Gilfix.
Changed test_timeout.py to conform to the guidelines in Lib/test/README.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_socket | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/output/test_socket b/Lib/test/output/test_socket deleted file mode 100644 index 65263f0..0000000 --- a/Lib/test/output/test_socket +++ /dev/null @@ -1,3 +0,0 @@ -test_socket -socket.error -23 |