[issue7118] urllib2.urlopen() timeout argument ignored after redirect

2009-11-30 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: The timeout propagation fixed with Issue5102. -- resolution: - duplicate ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7118 ___

[issue7118] urllib2.urlopen() timeout argument ignored after redirect

2009-11-30 Thread Senthil Kumaran
Changes by Senthil Kumaran orsent...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7118 ___ ___

[issue7118] urllib2.urlopen() timeout argument ignored after redirect

2009-10-13 Thread Gerald Thaler
New submission from Gerald Thaler ger...@netestate.de: When a HTTP request done with urllib2.urlopen() gets redirected, the second request will ignore the given timeout value and may hang indefinitely. -- messages: 93922 nosy: gthaler severity: normal status: open title:

[issue7118] urllib2.urlopen() timeout argument ignored after redirect

2009-10-13 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: Can you mention the python --version in which you encountered this issue? And piece of code which loops indefinitely? The propagation of timeout to redirects has been fixed with Issue5102. -- assignee: - orsenthil nosy: