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 Albert.Weichselbraun
Recipients Albert.Weichselbraun
Date 2010-08-21.10:27:31
SpamBayes Score 0.31599522
Marked as misclassified No
Message-id <1282386454.2.0.0653465391263.issue9655@psf.upfronthosting.co.za>
In-reply-to
Content
urllib2 fails to retrieve the content of http://www.mfsa.com.mt/insguide/english/glossarysearch.jsp?letter=all

>>> urllib2.urlopen("http://www.mfsa.com.mt/insguide/english/glossarysearch.jsp?letter=all").read()
''

urllib handles the same link correctly:

>>> len( urllib.urlopen("http://www.mfsa.com.mt/insguide/english/glossarysearch.jsp?letter=all").read() )
56105
History
Date User Action Args
2010-08-21 10:27:34Albert.Weichselbraunsetrecipients: + Albert.Weichselbraun
2010-08-21 10:27:34Albert.Weichselbraunsetmessageid: <1282386454.2.0.0653465391263.issue9655@psf.upfronthosting.co.za>
2010-08-21 10:27:32Albert.Weichselbraunlinkissue9655 messages
2010-08-21 10:27:31Albert.Weichselbrauncreate