commit | 39f1b3656ed1fdd98d908a21e1b0aafa6b4e75c4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jul 10 11:52:38 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jul 10 11:52:38 2001 +0000 |
tree | cdf5538dd6df92885bd6e86b3c07026f183bc87d | |
parent | 7de4d645a5e268d202409b35d797b3db09eec476 [diff] |
A test suite for SocketServer.py that exposes the various bugs just fixed. Regrettably, this must be run manually -- somehow the I/O redirection of the regression test breaks the test. When run under the regression test, this raises ImportError with a warning to that effect. Bugfix candidate!