Message80634
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?). |
|
Date |
User |
Action |
Args |
2009-01-27 07:58:02 | mwatkins | set | recipients:
+ mwatkins, ggenellina |
2009-01-27 07:58:02 | mwatkins | set | messageid: <1233043082.67.0.983182248702.issue5053@psf.upfronthosting.co.za> |
2009-01-27 07:58:01 | mwatkins | link | issue5053 messages |
2009-01-27 07:58:01 | mwatkins | create | |
|