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 martin.panter
Recipients Tymoteusz.Paul, martin.panter, ned.deily, orsenthil, r.david.murray
Date 2015-01-12.01:12:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421025155.62.0.277270044873.issue21896@psf.upfronthosting.co.za>
In-reply-to
Content
Not a Python bug. The web site seems to be doing this based on the user agent; if you change it, it works:

urlopen(Request("http://www.thomsonlocal.com/", headers={"User-Agent": "https://bugs.python.org/issue21896"}))
History
Date User Action Args
2015-01-12 01:12:35martin.pantersetrecipients: + martin.panter, orsenthil, ned.deily, r.david.murray, Tymoteusz.Paul
2015-01-12 01:12:35martin.pantersetmessageid: <1421025155.62.0.277270044873.issue21896@psf.upfronthosting.co.za>
2015-01-12 01:12:35martin.panterlinkissue21896 messages
2015-01-12 01:12:35martin.pantercreate