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

added .submit_novisit() method #44

Open axil opened 13 years ago

axil commented 13 years ago

I ran into a situation similar to the one described here: http://stackoverflow.com/questions/2152098/ and wrote a br.submit_novisit() function solving the problem. You could find it useful as well. Without it, I had to go back every time which doubled the number of requests (I'm not sure why it didn't take the page from the cache as mentioned in documentation).

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)