[New-bugs-announce] [issue10577] (Fancy) URL opener stucks whet try to open page

xhresko report at bugs.python.org
Mon Nov 29 14:59:59 CET 2010


New submission from xhresko <juraj.hresko at gmail.com>:

(Fancy) URL opener stucks whet try to open page, which is automaticaly forwarded. I tried url "http://www.ihned.cz", which stuck while "http://ihned.cz" is ok. This type of behavior is different from one in the Python 2.7, which works ok. 

///// CODE
opener = urllib.FancyURLopener({})
f = opener.open("http://www.ihned.cz/")
/////

----------
components: Library (Lib)
messages: 122799
nosy: xhresko
priority: normal
severity: normal
status: open
title: (Fancy) URL opener stucks whet try to open page
type: behavior
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10577>
_______________________________________


More information about the New-bugs-announce mailing list