Re: [Python-Dev] setup.py deleting files (Was: SSL support in _socket)
March 1, 2002
10:18 a.m.
Martin von Loewis <loewis@informatik.hu-berlin.de> writes:
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.
Huh? ImportErrors cause skips, not failures ... don't they? Cheers, M. -- incidentally, asking why things are "left out of the language" is a good sign that the asker is fairly clueless. -- Erik Naggum, comp.lang.lisp
8843
Age (days ago)
8843
Last active (days ago)
1 comments
2 participants
participants (2)
-
Martin von Loewis -
Michael Hudson