jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 121 forks source link

Link attributes is returning a list of tuples #38

Open pavera opened 13 years ago

pavera commented 13 years ago

I was expecting it to return attributes like the form, as a dictionary. I changed a single line of code in _html.py and now it appears to be working...

On line 190 of _html.py changed token.attrs to attrs...