mechanize icon indicating copy to clipboard operation
mechanize copied to clipboard

added .submit_novisit() method

Open axil opened this issue 14 years ago • 1 comments

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).

axil avatar May 16 '11 18:05 axil

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)

jamesbroadhead avatar Mar 12 '17 14:03 jamesbroadhead