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 rosslagerwall
Recipients orsenthil, pitrou, rosslagerwall
Date 2012-01-04.16:38:39
SpamBayes Score 0.0005706125
Marked as misclassified No
Message-id <1325695120.58.0.937190089641.issue13713@psf.upfronthosting.co.za>
In-reply-to
Content
806cfe39f729 introduced a regression for http.client read(len).

To see this:
$ ./python test.py
$ wget http://archives.fedoraproject.org/pub/archive/fedora/linux/core/1/SRPMS/
$ diff index.html index2.html

This is a difference in the files (which there shouldn't be).

The change which introduced the problem was:
changeset:   73875:806cfe39f729
user:        Antoine Pitrou <solipsis@pitrou.net>
date:        Tue Dec 06 22:33:57 2011 +0100
summary:     Issue #13464: Add a readinto() method to http.client.HTTPResponse.
History
Date User Action Args
2012-01-04 16:38:40rosslagerwallsetrecipients: + rosslagerwall, orsenthil, pitrou
2012-01-04 16:38:40rosslagerwallsetmessageid: <1325695120.58.0.937190089641.issue13713@psf.upfronthosting.co.za>
2012-01-04 16:38:39rosslagerwalllinkissue13713 messages
2012-01-04 16:38:39rosslagerwallcreate