summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install_headers.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-19 13:12:28 +0000
committerAndrew M. Kuchling <amk@amk.ca>2002-11-19 13:12:28 +0000
commitfea5e52ee37ed85ca2f4279dafc6554988755fba (patch)
tree2de7f0c0a1e3b9e1b8fc27b70541c577a3d0b9d3 /Lib/distutils/command/install_headers.py
parent87c9ebf7206a5922fbc45216a2436f2baf713e37 (diff)
downloadcpython-fea5e52ee37ed85ca2f4279dafc6554988755fba.tar.gz
Add comment to Distutil files about requiring 1.5.2 compatibility, as
suggested by PEP 291.
Diffstat (limited to 'Lib/distutils/command/install_headers.py')
-rw-r--r--Lib/distutils/command/install_headers.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/install_headers.py b/Lib/distutils/command/install_headers.py
index 957ed239b1..3a37d309f9 100644
--- a/Lib/distutils/command/install_headers.py
+++ b/Lib/distutils/command/install_headers.py
@@ -3,6 +3,8 @@
Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory."""
+# This module should be kept compatible with Python 1.5.2.
+
__revision__ = "$Id$"
import os