]> granicus.if.org Git - python/commit
getaddresses(): Like the change in rfc822.py, this one needs to access
authorBarry Warsaw <barry@python.org>
Wed, 22 May 2002 01:52:10 +0000 (01:52 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 22 May 2002 01:52:10 +0000 (01:52 +0000)
commit4be9eccbc404f8173bdbc4720421b451a5879cc0
tree31662ba86952f9978e220ec6cd5adedaaca6406e
parentc421ad4a35513c5dd2121a7c85ce5f3085d299a1
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.
Lib/email/Utils.py
Lib/test/test_email.py