Tag - mechanize

Articles

mechanize to process bad headers
# Sometimes it's useful to process bad headers or bad HTML: import mechanize response = mechanize.urlopen("http://www.purevolume.com/") print response.read()