From: Barry Warsaw Date: Wed, 2 Apr 2003 04:51:33 +0000 (+0000) Subject: Fix a comment X-Git-Tag: v2.3c1~1294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ba256f039ff917bfa3fe6fc0f9a6abd8e922ef3;p=python Fix a comment --- diff --git a/Lib/email/_compat22.py b/Lib/email/_compat22.py index e0f72a81ac..fc1d32a555 100644 --- a/Lib/email/_compat22.py +++ b/Lib/email/_compat22.py @@ -9,7 +9,7 @@ from __future__ import division from cStringIO import StringIO from types import StringTypes -# Python 2.2.x where x < 2 lacks True/False +# Python 2.2.x where x < 1 lacks True/False try: True, False except NameError: