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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ba256f039ff917bfa3fe6fc0f9a6abd8e922ef3;p=thirdparty%2FPython%2Fcpython.git Fix a comment --- diff --git a/Lib/email/_compat22.py b/Lib/email/_compat22.py index e0f72a81ac93..fc1d32a5559c 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: