]> granicus.if.org Git - python/commit
A test suite for SocketServer.py that exposes the various bugs just
authorGuido van Rossum <guido@python.org>
Tue, 10 Jul 2001 11:52:38 +0000 (11:52 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Jul 2001 11:52:38 +0000 (11:52 +0000)
commit39f1b3656ed1fdd98d908a21e1b0aafa6b4e75c4
treecdf5538dd6df92885bd6e86b3c07026f183bc87d
parent7de4d645a5e268d202409b35d797b3db09eec476
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!
Lib/test/test_socketserver.py [new file with mode: 0644]