diff --git a/Lib/email/_compat22.py b/Lib/email/_compat22.py index e0f72a81ac9..fc1d32a5559 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: