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.07:58:01
SpamBayes Score 1.5736485e-05
Marked as misclassified No
Message-id <1233043082.67.0.983182248702.issue5053@psf.upfronthosting.co.za>
In-reply-to
Content
Further investigation ( grep -r getallmatchingheaders Lib/* ) reveals 
that in addition to having no tests, and being implemented incorrectly 
in http.client, getallmatchingheaders() is called only once, in 
http.server; that code is also broken (I reported this yesterday in  
#5053).

Maybe Python 3 is where getallmatchingheaders can make a graceful 
goodbye (and a 2to3 conversion added?).
History
Date User Action Args
2009-01-27 07:58:02mwatkinssetrecipients: + mwatkins, ggenellina
2009-01-27 07:58:02mwatkinssetmessageid: <1233043082.67.0.983182248702.issue5053@psf.upfronthosting.co.za>
2009-01-27 07:58:01mwatkinslinkissue5053 messages
2009-01-27 07:58:01mwatkinscreate