summaryrefslogtreecommitdiff
path: root/command/build_clib.py
diff options
context:
space:
mode:
Diffstat (limited to 'command/build_clib.py')
-rw-r--r--command/build_clib.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/command/build_clib.py b/command/build_clib.py
index fe921fb8..ef03ed72 100644
--- a/command/build_clib.py
+++ b/command/build_clib.py
@@ -4,6 +4,8 @@ Implements the Distutils 'build_clib' command, to build a C/C++ library
that is included in the module distribution and needed by an extension
module."""
+# This module should be kept compatible with Python 1.5.2.
+
__revision__ = "$Id$"