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 orsenthil
Recipients berker.peksag, orsenthil, scjody
Date 2012-12-10.09:35:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355132136.08.0.944221495978.issue15701@psf.upfronthosting.co.za>
In-reply-to
Content
Even though 2.x is in security fix mode, this can be fixed by a overriding the base class's info method in the HTTPError class and returning the .hdrs attribute instead of .headers.
History
Date User Action Args
2012-12-10 09:35:36orsenthilsetrecipients: + orsenthil, berker.peksag, scjody
2012-12-10 09:35:36orsenthilsetmessageid: <1355132136.08.0.944221495978.issue15701@psf.upfronthosting.co.za>
2012-12-10 09:35:36orsenthillinkissue15701 messages
2012-12-10 09:35:35orsenthilcreate