Commit eacce12f authored by Guido van Rossum's avatar Guido van Rossum

add missing loop step to parseplist()

parent f7476c50
......@@ -54,6 +54,7 @@ class Message(rfc822.Message):
f = string.lower(string.strip(f[:i])) + \
'=' + string.strip(f[i+1:])
self.plist.append(string.strip(f))
str = str[end:]
def getplist(self):
return self.plist
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment