[Python-Dev] setup.py deleting files (Was: SSL support in _socket)

Martin von Loewis loewis@informatik.hu-berlin.de
Fri, 1 Mar 2002 11:09:56 +0100 (CET)


I now recall why setup.py deletes modules that cannot be imported: If
they would be left there, the test cases would fail with the
ImportError. People had been complaining that they get testsuite
failures, so we changed setup.py to remove the modules which clearly
don't work.

Regards,
Martin