[issue22596] support.transient_internet() doesn't catch connection refused errors

2014-10-24 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the review, Ned. I didn't combine the patch with issue 22289, because I couldn't reproduce that failure easily. -- assignee: -> berker.peksag resolution: -> fixed stage: patch review -> resolved status: open -> closed __

[issue22596] support.transient_internet() doesn't catch connection refused errors

2014-10-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 76ef82ec80a7 by Berker Peksag in branch '3.4': Issue #22596: support.transient_internet() now also catches https://hg.python.org/cpython/rev/76ef82ec80a7 New changeset 9c35973829e6 by Berker Peksag in branch 'default': Issue #22596: support.transien

[issue22596] support.transient_internet() doesn't catch connection refused errors

2014-10-24 Thread Ned Deily
Ned Deily added the comment: LGTM. Perhaps it can be committed with a revised version of the patch for Issue22289? -- nosy: +haypo, ned.deily ___ Python tracker ___ ___

[issue22596] support.transient_internet() doesn't catch connection refused errors

2014-10-16 Thread Berker Peksag
Changes by Berker Peksag : Added file: http://bugs.python.org/file36951/issue22596_v2.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue22596] support.transient_internet() doesn't catch connection refused errors

2014-10-10 Thread Berker Peksag
New submission from Berker Peksag: This issue is similar to issue 22289. == ERROR: test_ftp (test.test_urllib2net.OtherNetworkTests) (url='ftp://ftp.debian.org/debian/README') ---