From d448f66317130555cfc157683c743b3d004374c4 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/archive_util.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/distutils/archive_util.py') diff --git a/Lib/distutils/archive_util.py b/Lib/distutils/archive_util.py index 98c1e55950..d1dc909520 100644 --- a/Lib/distutils/archive_util.py +++ b/Lib/distutils/archive_util.py @@ -3,6 +3,8 @@ Utility functions for creating archive files (tarballs, zip files, that sort of thing).""" +# This module should be kept compatible with Python 1.5.2. + __revision__ = "$Id$" import os -- cgit v1.2.1