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 xhresko
Recipients xhresko
Date 2010-11-29.13:59:43
SpamBayes Score 0.01501689
Marked as misclassified No
Message-id <1291039199.23.0.655972335921.issue10577@psf.upfronthosting.co.za>
In-reply-to
Content
(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/")
/////
History
Date User Action Args
2010-11-29 13:59:59xhreskosetrecipients: + xhresko
2010-11-29 13:59:59xhreskosetmessageid: <1291039199.23.0.655972335921.issue10577@psf.upfronthosting.co.za>
2010-11-29 13:59:43xhreskolinkissue10577 messages
2010-11-29 13:59:43xhreskocreate