[issue5102] urllib2.py timeouts do not propagate across redirects for 2.6.1 (and 3.x?)

Jeff McNeil report at bugs.python.org
Fri Jun 12 21:24:22 CEST 2009


Jeff McNeil <jeff at jmcneil.net> added the comment:

I ran into this problem this afternoon as well. The same issue appears
to exist within the Basic & Digest Auth retry code (though it's much
less likely to surface).

I wound up making the suggested fixes to my local install so I'm
attaching the tiny patch in hopes that someone finds it useful.

----------
keywords: +patch
nosy: +j_mcneil
Added file: http://bugs.python.org/file14276/urllib2_timeouts.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5102>
_______________________________________


More information about the Python-bugs-list mailing list