commit | 4be9eccbc404f8173bdbc4720421b451a5879cc0 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed May 22 01:52:10 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed May 22 01:52:10 2002 +0000 |
tree | 31662ba86952f9978e220ec6cd5adedaaca6406e | |
parent | c421ad4a35513c5dd2121a7c85ce5f3085d299a1 [diff] |
getaddresses(): Like the change in rfc822.py, this one needs to access the AddressList.addresslist attribute directly. Also, add a test case for the email.Utils.getaddresses() interface.