From 7ba256f039ff917bfa3fe6fc0f9a6abd8e922ef3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 2 Apr 2003 04:51:33 +0000 Subject: Fix a comment --- Lib/email/_compat22.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/email/_compat22.py b/Lib/email/_compat22.py index e0f72a8..fc1d32a 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: -- cgit v0.12