mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Partial introduction of bools where appropriate.
This commit is contained in:
parent
b8bff3f4a9
commit
8ca162f417
18 changed files with 96 additions and 94 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue