]> granicus.if.org Git - python/commit
get_all(): We never returned failobj if we found no matching headers.
authorBarry Warsaw <barry@python.org>
Tue, 9 Oct 2001 15:48:29 +0000 (15:48 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 9 Oct 2001 15:48:29 +0000 (15:48 +0000)
commit9300a75c88942ac0dce42db74ffb3b2916bbc64f
treea567831d5f993a3558de6146ddd994fd7d9e5400
parent93a6327adff7274cbfb47f3b8c73970f0605e787
get_all(): We never returned failobj if we found no matching headers.
Fix that, and also make the docstring describe failobj.
Lib/email/Message.py