]> granicus.if.org Git - python/commitdiff
up the b/w compatibility requirement to 2.2
authorJust van Rossum <just@letterror.com>
Fri, 18 Jul 2003 15:31:40 +0000 (15:31 +0000)
committerJust van Rossum <just@letterror.com>
Fri, 18 Jul 2003 15:31:40 +0000 (15:31 +0000)
Lib/modulefinder.py

index 92ecbcb80ca4bd66579db263a184a827da43401f..be59f97f2bc88bde357f969e69289535f67d416a 100644 (file)
@@ -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