Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py
index 1a39022..9eb2aa4 100644
--- a/Lib/distutils/dist.py
+++ b/Lib/distutils/dist.py
@@ -4,7 +4,7 @@
 being built/installed/distributed.
 """
 
-# This module should be kept compatible with Python 1.5.2.
+# This module should be kept compatible with Python 2.1.
 
 __revision__ = "$Id$"