This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, vstinner
Date 2011-07-05.11:45:14
SpamBayes Score 0.0012249285
Marked as misclassified No
Message-id <1309866267.3683.4.camel@localhost.localdomain>
In-reply-to <1309865929.27.0.625663259552.issue12500@psf.upfronthosting.co.za>
Content
> Oh ok. Here is a patch for test_ssl.test_connect_ex() ignoring ECONNREFUSED error.

IMO you also want to test for the other errnos in transient_internet.
Also, it should skip the test if the connection is refused.
History
Date User Action Args
2011-07-05 11:45:15pitrousetrecipients: + pitrou, vstinner
2011-07-05 11:45:14pitroulinkissue12500 messages
2011-07-05 11:45:14pitroucreate