commit | a6483d2e9a9d9a69e9823217bf6b6334bb0f0066 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu Nov 14 02:25:42 2002 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu Nov 14 02:25:42 2002 +0000 |
tree | 167efda72ed74e9e8fa3d15f3e9383523adc0284 | |
parent | ef6795613915a7ee01509d6ff2049ebf13763772 [diff] [blame] |
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
diff --git a/Lib/distutils/msvccompiler.py b/Lib/distutils/msvccompiler.py index a2459ad..c2bd77d 100644 --- a/Lib/distutils/msvccompiler.py +++ b/Lib/distutils/msvccompiler.py
@@ -4,7 +4,7 @@ for the Microsoft Visual Studio.""" -# created 1999/08/19, Perry Stoll +# Written by Perry Stoll # hacked by Robin Becker and Thomas Heller to do a better job of # finding DevStudio (through the registry)