This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mwatkins
Recipients ggenellina, mwatkins
Date 2009-01-27.01:53:55
SpamBayes Score 0.00025611705
Marked as misclassified No
Message-id <1233021237.34.0.255505648164.issue5053@psf.upfronthosting.co.za>
In-reply-to
Content
Re diffs, noted for the future. 
Re tests:

# py3k-devel/Lib/test % grep -r getallmatchingheaders *

... Returns nothing, so not only does the email package need a test for 
this but so does http.client. 

Incidentally test_mailbox.py has a test for the proposed alternative - 
get_all(), which I noted above. That's another good reason for ridding 
the world of getallmatchingheaders() or at least simply calling 
get_all() from within getallmatchingheaders() if compatibility is a 
legitimate concern.
History
Date User Action Args
2009-01-27 01:53:57mwatkinssetrecipients: + mwatkins, ggenellina
2009-01-27 01:53:57mwatkinssetmessageid: <1233021237.34.0.255505648164.issue5053@psf.upfronthosting.co.za>
2009-01-27 01:53:56mwatkinslinkissue5053 messages
2009-01-27 01:53:55mwatkinscreate