[issue1205] urllib fail to read URL contents, urllib2 crash Python

Francesco Cosoleto report at bugs.python.org
Thu Jan 3 02:15:02 CET 2008


Francesco Cosoleto added the comment:

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

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1205>
__________________________________


More information about the Python-bugs-list mailing list