[Python-bugs-list] rfc822 typo (PR#118)

guido@CNRI.Reston.VA.US guido@CNRI.Reston.VA.US
Tue, 26 Oct 1999 15:19:32 -0400 (EDT)


> In rfc822.py, at AddressList.__getitem__, the stock 1.5.2 installation uses
> `self.addrlist[index]', when it should in fact be `self.addresslist[index]'.

Thanks.  This is already fixed in our CVS version (it wasn't reported
through the bugs list so if you searched for it you wouldn't have
found it.)

--Guido van Rossum (home page: http://www.python.org/~guido/)