jjlee / mechanize

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

Use the customized Link class in LinksFactory #52

Closed bbolli closed 7 years ago

bbolli commented 12 years ago

The link_class was saved, but never used. This commit fixes this omission.

jamesbroadhead commented 7 years ago

Thank you for your contribution to mechanize!

Following the process in #117, future work on mechanize will be occurring here: https://github.com/python-mechanize/mechanize.

Please re-file your PR there (where it will get attention, and hopefully merged)

bbolli commented 7 years ago

This PR is no longer relevant; class Factory in the new repo no longer supports customizable Link classes.