]> granicus.if.org Git - python/commitdiff
Python 2.1 doesn't have True and False
authorBarry Warsaw <barry@python.org>
Wed, 12 Mar 2003 02:54:17 +0000 (02:54 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 12 Mar 2003 02:54:17 +0000 (02:54 +0000)
Lib/email/_compat21.py

index 7cead23b937a19271316bbc027d156436748c4fd..0e0b3d07652b4a7ecece63f2d2253e9c30c71c47 100644 (file)
@@ -7,6 +7,9 @@
 from cStringIO import StringIO
 from types import StringType, UnicodeType
 
+False = 0
+True = 1
+
 
 \f
 # This function will become a method of the Message class