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 cosoleto
Recipients cosoleto, ggenellina, gvanrossum, josm, orsenthil, torriem
Date 2008-01-03.01:15:01
SpamBayes Score 0.048444964
Marked as misclassified No
Message-id <1199322902.47.0.9077222788.issue1205@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, but I don't understand reason to close this issue with 
resolution "wont fix". The problem was reproducible and his logic 
explained by more developers. If the problem has been resolved, then, 
please, change "resolution" field to "fixed", else a patch request is 
pending (see msg56162). No? :-( Of course - it was predictable - the 
bug isn't reproducible now also using previous Python version: 

$ wget -c http://www.recherche.fr/encyclopedie/Thomas-Robert_Bugeaud
[..omisss..]
02:08:34 (4.28 KB/s) - "Thomas-Robert_Bugeaud" salvato [65107] 

----

Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) 
>>> url = "http://www.recherche.fr/encyclopedie/Thomas-Robert_Bugeaud"
>>> a = urllib.urlopen(url) ; c = a.read(1024 * 1024 * 2)
>>> len(c)
65169
History
Date User Action Args
2008-01-03 01:15:02cosoletosetspambayes_score: 0.048445 -> 0.048444964
recipients: + cosoleto, gvanrossum, ggenellina, orsenthil, josm, torriem
2008-01-03 01:15:02cosoletosetspambayes_score: 0.048445 -> 0.048445
messageid: <1199322902.47.0.9077222788.issue1205@psf.upfronthosting.co.za>
2008-01-03 01:15:02cosoletolinkissue1205 messages
2008-01-03 01:15:01cosoletocreate