Tagged Questions
1
vote
3answers
779 views
Python urllib.urlopen() call doesn't work with a URL that a browser accepts
If I point Firefox at http://bitbucket.org/tortoisehg/stable/wiki/Home/ReleaseNotes, I get a page of HTML. But if I try this in Python:
import urllib
site = ...