]> granicus.if.org Git - python/commit
getaddrlist(): Make sure this consumes all the data, and if there is
authorBarry Warsaw <barry@python.org>
Mon, 17 Mar 2003 18:35:42 +0000 (18:35 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 17 Mar 2003 18:35:42 +0000 (18:35 +0000)
commitfa348c876f990c16e7f9057358765f34396e7d76
tree2cba27629a39a21c5a6cd7b54323824b59ba709e
parentc2ca32d9aef458067d61706158673d8a0920722c
getaddrlist(): Make sure this consumes all the data, and if there is
no address there (perhaps because of invalid characters, it appends
('', '') to the result set.

Closes mimelib SF bug # 697641.
Lib/email/_parseaddr.py