[issue1537445] urllib2 httplib _read_chunked timeout

2009-02-13 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: I agree. -- resolution: - works for me status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1537445 ___

[issue1537445] urllib2 httplib _read_chunked timeout

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Should this one be closed and docs discussed in a new one? Volunteers? :) -- assignee: - georg.brandl components: +Documentation, Library (Lib) -None nosy: +ajaksu2, georg.brandl, orsenthil stage: - test needed type: - behavior

[issue1537445] urllib2 httplib _read_chunked timeout

2008-12-02 Thread John J Lee
John J Lee [EMAIL PROTECTED] added the comment: urlopen() raises URLError, .read() may raise other errors. I don't think that's a bug in itself, though no doubt: 1. The documentation of exceptions raised could and should be improved 2. The exceptions that can be raised are likely still