| commit | 699880931e52bf7d77326f3308151b37cee42dfe | [log] [tgz] |
|---|---|---|
| author | Greg Ward <gward@python.net> | Fri Feb 11 02:47:15 2000 +0000 |
| committer | Greg Ward <gward@python.net> | Fri Feb 11 02:47:15 2000 +0000 |
| tree | a7b24a4c61bd4f31effc7d1ca6887a4d9dbe389b | |
| parent | 4eb504c2af614aab64dee5e894ad98b0851c1148 [diff] |
Latest patch from Thomas Heller/Robin Becker:
* tweak my docstrings
* fix None returns to empty list
* reshuffle responsibilities between '_find_exe()', '_find_SET()', and
the MSVCCompiler constructor -- now the constructor worries about
fetching the version list and determining the most recent one
* added "/W3" compile option
Also, I added/tweaked some docstrings.