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 ezio.melotti
Recipients ezio.melotti, stachjankowski
Date 2011-11-18.11:16:53
SpamBayes Score 0.0066922717
Marked as misclassified No
Message-id <1321615014.29.0.923729984104.issue13425@psf.upfronthosting.co.za>
In-reply-to
Content
The problem seems to be in Lib/http/client.py:227.
The code adds a ':' that is not found in the list of headers returned by self.keys().
History
Date User Action Args
2011-11-18 11:16:54ezio.melottisetrecipients: + ezio.melotti, stachjankowski
2011-11-18 11:16:54ezio.melottisetmessageid: <1321615014.29.0.923729984104.issue13425@psf.upfronthosting.co.za>
2011-11-18 11:16:53ezio.melottilinkissue13425 messages
2011-11-18 11:16:53ezio.melotticreate