]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of the socketserver test, including output file (which is still
authorThomas Wouters <thomas@python.org>
Wed, 11 Jul 2001 12:15:15 +0000 (12:15 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 11 Jul 2001 12:15:15 +0000 (12:15 +0000)
commit800f6774be7c8b7705fa9e2a2806e458711a957c
tree30862609d04fb8e8c8f170a2b57baf7505a341bd
parent1a2d894b1320eb3b23bcb35ffbff29591cc190d7
Backport of the socketserver test, including output file (which is still
necessary in the 2.1 branch.) Guido's original checkin message:

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.
Lib/test/output/test_socketserver [new file with mode: 0644]