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 ajaksu2
Recipients ResulCetin, ajaksu2, amaury.forgeotdarc, dato, exarkun, jhylton, pitrou
Date 2008-12-15.23:00:11
SpamBayes Score 0.0008595682
Marked as misclassified No
Message-id <1229382013.2.0.313648302875.issue4631@psf.upfronthosting.co.za>
In-reply-to
Content
I think your patch is good, but there may be another bug around:

I wrote a script to check results of 3.x against 2.x, but many pages
(http://groups.google.com/, http://en.wikipedia.org/) give 403:
Forbidden for 3.x... but work with 2.x!

If you think of this as a bug in 3.x, it could retry the request
identifying as 2.x on 403.

Other than that, your patch gives me identical results to 2.5/2.6 for
128 sites I tested (only a read(100) for each).

Interestingly, my patched version gives a file closer to the buggy
version in size, at 12700 bytes versus 12707. Your version agrees with
2.x and simple maths (128 x 100) in giving a 12799 bytes result. I have
no idea why.

HTH,
Daniel
History
Date User Action Args
2008-12-15 23:00:13ajaksu2setrecipients: + ajaksu2, jhylton, exarkun, amaury.forgeotdarc, pitrou, dato, ResulCetin
2008-12-15 23:00:13ajaksu2setmessageid: <1229382013.2.0.313648302875.issue4631@psf.upfronthosting.co.za>
2008-12-15 23:00:12ajaksu2linkissue4631 messages
2008-12-15 23:00:11ajaksu2create