[Python-checkins] CVS: python/dist/src/Lib rfc822.py,1.54,1.54.4.1

Anthony Baxter anthonybaxter@users.sourceforge.net
Sat, 22 Dec 2001 23:02:03 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv21483

Modified Files:
      Tag: release21-maint
	rfc822.py 
Log Message:
oops. nearly forgot this one:
backport patch #495358  rfc822.AddressList and "<>" address


Index: rfc822.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/rfc822.py,v
retrieving revision 1.54
retrieving revision 1.54.4.1
diff -C2 -d -r1.54 -r1.54.4.1
*** rfc822.py	2001/02/15 22:15:13	1.54
--- rfc822.py	2001/12/23 07:02:01	1.54.4.1
***************
*** 592,596 ****
          self.pos = self.pos + 1
          self.gotonext()
!         adlist = None
          while self.pos < len(self.field):
              if expectroute:
--- 592,596 ----
          self.pos = self.pos + 1
          self.gotonext()
!         adlist = ""
          while self.pos < len(self.field):
              if expectroute: