From: Just van Rossum Date: Fri, 18 Jul 2003 15:31:40 +0000 (+0000) Subject: up the b/w compatibility requirement to 2.2 X-Git-Tag: v2.3c1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a920a8895e3f8919165b7bfd656a07864053f964;p=python up the b/w compatibility requirement to 2.2 --- diff --git a/Lib/modulefinder.py b/Lib/modulefinder.py index 92ecbcb80c..be59f97f2b 100644 --- a/Lib/modulefinder.py +++ b/Lib/modulefinder.py @@ -1,6 +1,6 @@ """Find modules used by a script, using introspection.""" -# This module should be kept compatible with Python 1.5.2, see PEP 291. +# This module should be kept compatible with Python 2.2, see PEP 291. import dis import imp