From 8ca162f417c6a72faf02831457b4054a73087b78 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 7 Apr 2002 06:36:23 +0000 Subject: Partial introduction of bools where appropriate. --- Lib/rfc822.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/rfc822.py') diff --git a/Lib/rfc822.py b/Lib/rfc822.py index 96ab21c795..65957aba6d 100644 --- a/Lib/rfc822.py +++ b/Lib/rfc822.py @@ -222,7 +222,7 @@ class Message: data in RFC 2822-like formats that support embedded comments or free-text data. """ - return None + return False def getallmatchingheaders(self, name): """Find all header lines matching a given header name. -- cgit v1.2.1