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 petri.lehtinen
Recipients ezio.melotti, orsenthil, petri.lehtinen, rohini, stachjankowski
Date 2011-11-23.09:54:27
SpamBayes Score 2.7196169e-05
Marked as misclassified No
Message-id <1322042067.84.0.504162614222.issue13425@psf.upfronthosting.co.za>
In-reply-to
Content
> Let's make it useful, that's much better instead of removing it. I am
> +1 with Ezio's suggestion on this to return a list of tuples with
> matching headers.

But there's already a function that does it:
    http://docs.python.org/dev/library/email.message.html#email.message.Message.get_all

HTTPMessage is a subclass of email.message.Message, so it's available in HTTPMessage as well.
History
Date User Action Args
2011-11-23 09:54:27petri.lehtinensetrecipients: + petri.lehtinen, orsenthil, ezio.melotti, stachjankowski, rohini
2011-11-23 09:54:27petri.lehtinensetmessageid: <1322042067.84.0.504162614222.issue13425@psf.upfronthosting.co.za>
2011-11-23 09:54:27petri.lehtinenlinkissue13425 messages
2011-11-23 09:54:27petri.lehtinencreate