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 jjlee
Recipients
Date 2007-03-15.20:46:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hold on, httplib.HTTPMessage.addheader() is undocumented, hence private.  httplib.HTTPMessage.readheaders() itself calls that method, but also keeps the raw multiple-header data in the .headers list, so .getallmatchingheaders() still works.

So the only bug I see is that the documentation for APIs that return should point out the fact that Set-Cookie is an oddity, and that .getallmatchingheaders() should be used in that case.
History
Date User Action Args
2007-08-23 14:51:57adminlinkissue1660009 messages
2007-08-23 14:51:57admincreate