]> granicus.if.org Git - python/commit
Hack to workaround bug #445984: attempt to import _socket before
authorGreg Ward <gward@python.net>
Sat, 4 Aug 2001 22:22:19 +0000 (22:22 +0000)
committerGreg Ward <gward@python.net>
Sat, 4 Aug 2001 22:22:19 +0000 (22:22 +0000)
commitcbce202f827e113ef4d15bf3f4fb4accc6f779de
tree5b33f510650a5afd7b006f9d7910467de8ce282d
parent60fc707be51c597d13496e544fd817b6a1566be4
Hack to workaround bug #445984: attempt to import _socket before
starting the test suite proper.  If _socket fails to build, that will
make this test fail with an ImportError -- handled by the test harness
as "no such module _socket" -- instead of an AttributeError deep in
CGIHTTPServer.
Lib/test/test___all__.py