Message 122121 - Python tracker

Message122121

Author weschow
Recipients dstanek, flox, jjlee, orsenthil, weschow
Date 2010-11-22.13:18:42
SpamBayes Score 2.646686e-09
Marked as misclassified No
Message-id <1290431924.99.0.626660417428.issue4493@psf.upfronthosting.co.za>
In-reply-to
Content
This same bug also exists in HTTPClient, and my patch addresses that. Addressing it in HTTPClient has a side effect of taking care of it for urllib2 as well (and all future libraries that use HTTPClient).

Even if the urllib2 patch is preferable, shouldn't we fix the problem in HTTPClient as well?
History
Date User Action Args
2010-11-22 13:18:45weschowsetrecipients: + weschow, jjlee, orsenthil, dstanek, flox
2010-11-22 13:18:44weschowsetmessageid: <1290431924.99.0.626660417428.issue4493@psf.upfronthosting.co.za>
2010-11-22 13:18:42weschowlinkissue4493 messages
2010-11-22 13:18:42weschowcreate