From bc47a75d4d97f34f9ad49a5142c351c74354cd41 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 27 Nov 2013 13:48:22 -0500 Subject: Remove historical comment about compatibility. --- setuptools/command/egg_info.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index 9b7e6b42..5953aad4 100755 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -2,7 +2,6 @@ Create a distribution's .egg-info directory and contents""" -# This module should be kept compatible with Python 2.3 import os import re import sys -- cgit v1.2.3