From: Anthony Baxter Date: Sun, 23 Dec 2001 07:02:01 +0000 (+0000) Subject: oops. nearly forgot this one: X-Git-Tag: v2.1.2c1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd13f85cd6db3ab38406b51aea017458075a0210;p=thirdparty%2FPython%2Fcpython.git oops. nearly forgot this one: backport patch #495358 rfc822.AddressList and "<>" address --- diff --git a/Lib/rfc822.py b/Lib/rfc822.py index 101013dfb04c..0dd4e6f7116d 100644 --- a/Lib/rfc822.py +++ b/Lib/rfc822.py @@ -591,7 +591,7 @@ class AddrlistClass: expectroute = 0 self.pos = self.pos + 1 self.gotonext() - adlist = None + adlist = "" while self.pos < len(self.field): if expectroute: self.getdomain()