How do i set a timeout value for python\'s mechanize?
I believe something along the lines of
mechanize._sockettimeout._GLOBAL_DEFAULT_TIMEOUT = 100
will override the default value Mechanize uses.