From fea5e52ee37ed85ca2f4279dafc6554988755fba Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 19 Nov 2002 13:12:28 +0000 Subject: Add comment to Distutil files about requiring 1.5.2 compatibility, as suggested by PEP 291. --- Lib/distutils/command/install_headers.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/distutils/command/install_headers.py') 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 -- cgit v1.2.1