Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6483d2

Browse files
committed
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
1 parent ef67956 commit a6483d2

34 files changed

Lines changed: 1 addition & 72 deletions

Lib/distutils/archive_util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
Utility functions for creating archive files (tarballs, zip files,
44
that sort of thing)."""
55

6-
# created 2000/04/03, Greg Ward (extracted from util.py)
7-
86
__revision__ = "$Id$"
97

108
import os

Lib/distutils/ccompiler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
Contains CCompiler, an abstract base class that defines the interface
44
for the Distutils compiler abstraction model."""
55

6-
# created 1999/07/05, Greg Ward
7-
86
__revision__ = "$Id$"
97

108
import sys, os, re

Lib/distutils/cmd.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
in the distutils.command package.
55
"""
66

7-
# created 2000/04/03, Greg Ward
8-
# (extricated from core.py; actually dates back to the beginning)
9-
107
__revision__ = "$Id$"
118

129
import sys, os, string, re

Lib/distutils/command/bdist.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
Implements the Distutils 'bdist' command (create a built [binary]
44
distribution)."""
55

6-
# created 2000/03/29, Greg Ward
7-
86
__revision__ = "$Id$"
97

108
import os, string

Lib/distutils/command/bdist_dumb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
distribution -- i.e., just an archive to be unpacked under $prefix or
55
$exec_prefix)."""
66

7-
# created 2000/03/29, Greg Ward
8-
97
__revision__ = "$Id$"
108

119
import os

Lib/distutils/command/bdist_rpm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
Implements the Distutils 'bdist_rpm' command (create RPM source and binary
44
distributions)."""
55

6-
# created 2000/04/25, by Harry Henry Gebel
7-
86
__revision__ = "$Id$"
97

108
import sys, os, string

Lib/distutils/command/bdist_wininst.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
Implements the Distutils 'bdist_wininst' command: create a windows installer
44
exe-program."""
55

6-
# created 2000/06/02, Thomas Heller
7-
86
__revision__ = "$Id$"
97

108
import sys, os, string

Lib/distutils/command/build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
33
Implements the Distutils 'build' command."""
44

5-
# created 1999/03/08, Greg Ward
6-
75
__revision__ = "$Id$"
86

97
import sys, os

Lib/distutils/command/build_clib.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
that is included in the module distribution and needed by an extension
55
module."""
66

7-
# created (an empty husk) 1999/12/18, Greg Ward
8-
# fleshed out 2000/02/03-04
9-
107
__revision__ = "$Id$"
118

129

Lib/distutils/command/build_ext.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
modules (currently limited to C extensions, should accommodate C++
55
extensions ASAP)."""
66

7-
# created 1999/08/09, Greg Ward
8-
97
__revision__ = "$Id$"
108

119
import sys, os, string, re

0 commit comments

Comments
 (0)